google-api tag

29 questions


1 answers
500 views
0
Understanding How to Configure Google API Key

I wanted to use Google Cloud PHP Natural Language, so I added code from github to clonehttps://github.com/googleapis/google-cloud-php-languageYou have enabled and retrieved the API Key in advance.The ...

1 years ago

1 answers
356 views
0
Is it possible to post images to Google Keep with Python's gkeepip module?

I would like to post images to Google Keep using Python's gkeepapi module.As far as I read the document, I was able to retrieve a certain image, but I didn't mention the post.When I looked it up, I co...

1 years ago

1 answers
313 views
0
Understanding Google API (run_flow Method) Arguments

Using the following site as a reference, I have created a code (sutra-copying, re-burning) to upload videos to YouTube.The reference code is for OAuth authentication (run_flow method), passing argpars...


1 answers
304 views
0
Runtime.ImportModuleError also occurs when setting "from oauth2client.service_account importServiceAccountCredentials" on lambda.

When uploading a file created with lambda to Googledrive, an error occurs because you cannot read the package of oauth2client.service_account for authentication using Google api.As a countermeasure, c...

1 years ago

1 answers
460 views
0
ModuleNotFoundError: No module named 'googlemaps' where googlemaps only works for the first code execution after atom startup

environment (simple) os is mac, editor is atom, language is python, code execution is atom-runner what someone is doingImporting googlemaps into python and using google's Geocoding API trying to get l...


1 answers
297 views
0
The program that authenticates with PyDrive does not work properly when it is exeged with PyInstaller.

I used PyDrive to create a program to download files from my Google drive to my desktop and verified that they worked.However, when I made this file exe, it didn't work as expected, and it closed imme...


1 answers
108 views
0
Google API refresh_token retrieval restrictions

When I use oauth 2.0 in Google API, I think I received refresh_token when I agreed with the user, but is there a limit to refresh_token that can be issued from one API?If there is a restriction on iss...

1 years ago

1 answers
94 views
0
I want to change to monocular (single-lens) mode in Google VR SDK for Unity v.1.5.0 or later.

I would like to build it in single-lens (single-lens) mode for children.With Google VR SDK for Unity v1.40 and earlier, we were able to change the flag of GvrViewerMain to monocular by setting it as f...

1 years ago

1 answers
99 views
0
How to Verify the Google Sheets API v3 to v4 Migration

GoogleSheetsAPIv3 is out of service on March 3, 2020, and a document on how to migrate to SheetsAPIv4 has been published. How can I confirm that v4 migration is supported so that v3 will continue to w...


1 answers
78 views
0
Understanding QuerySnapshot Values Returned by Cloud Firestore Library in JavaScript

I would like to ask you about the return value in the Cloud Firestore library.Regarding the value returned when executing the code below, is this an instance?For example, if I want to retrieve the 'te...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.