google-api-client Questions
3
Solved
I have created two refresh tokens for me:
one for
SCOPE = 'https://www.googleapis.com/auth/drive'
and another
SCOPE = 'https://www.googleapis.com/auth/drive.file'
I'm trying to get informat...
Mailbox asked 14/3, 2014 at 10:53
5
I am having trouble calling the Google Play Developer API.
I have followed all steps listed on https://developers.google.com/android-publisher/authorization . This includes
Create Project and enab...
Steed asked 9/11, 2020 at 15:53
21
I have a Google dev console process with Google Play Developer API is enabled and the project is linked to Google Play project.
In Google Dev console project, created OAuth Client ID (web applicati...
Gaff asked 21/4, 2017 at 7:49
2
I am following the tutorial here (https://cloud.google.com/ai-platform/training/docs/training-jobs#python_1) and using Python to deploy a machine learning model to Google cloud for training. Howeve...
Learning asked 7/3, 2021 at 16:5
12
Solved
I'm writing a Ruby app that accesses the Google Analytics API to pull down some experiment information.
The app connects and authenticates using a Google Service Account via the following function...
Stash asked 6/1, 2014 at 21:52
2
Solved
I am unable to access the Google Analytics API from rails. I keep getting insufficient permissions even though I have already set the service account.
I have created a service account:
Go to the p...
Metre asked 18/11, 2020 at 17:37
7
I have python webapp2 application but when I run it I get this error
ImportError: No module named googleapiclient.discovery
what I found in stackoverflow is
ImportError: No module named apiclient....
Amman asked 24/3, 2017 at 22:21
3
I am creating an oauth2client in one function like so and returning it. I actually do pass in the clien id, secret, redirect url, and credentials. Those are all correct from what I have checked.
v...
Psychokinesis asked 21/9, 2016 at 16:2
3
Solved
I am upgrading AndroidPublisher library from v1 to v3 for my secure backend server. AndroidPublisher library (v3) will allows me to do server side purchase validation and acknowledgement for in-app...
Hun asked 28/8, 2019 at 17:44
2
i'm using google-api-php-client to request an access token from the client 0auth flow, but it returns the error "Could not determine client ID from request".
My code is below.
My client_s...
Kossuth asked 20/5, 2021 at 3:26
3
Am trying to do a batch update with google sheet API for iOS but am getting an error invalid value at 'data[0].values[0]' (type.googleapis.com/google.protobuf.ListValue),
here is my code
NSStri...
Tract asked 11/8, 2016 at 16:10
8
I am getting the following error while accessing Google Play Developer API using a service account:
The project id used to call the Google Play Developer API has not been linked in the Google Pl...
Dongdonga asked 25/8, 2014 at 7:43
2
Solved
Google recently sent me an email with the following:
One or more of your web applications uses the legacy Google Sign-In JavaScript library. Please migrate your project(s) to the new Google Identi...
Creepy asked 17/8, 2021 at 10:27
3
First off, I am following this guide https://developers.google.com/identity/sign-in/web/ and this reference https://developers.google.com/identity/sign-in/web/reference.
But instead of having a ca...
Hillock asked 29/12, 2015 at 16:59
2
Solved
I have recently installed PyCharm on my Raspberry Pi 3 b+ (Running version 9 [Stretch]) and I am having some trouble installing the googleapiclient package on PyCharm and the system.
When I perform...
Fincher asked 28/6, 2019 at 9:10
10
i am currentyl trying to implement Google ActivityRecognitionApi. However i get following errors:
Error:Failed to crunch file
C:\Users\marschall\Desktop\googlesamples-android-play-location-2ed2...
Movement asked 21/12, 2016 at 15:59
4
Solved
Getting a user profile info through curl
curl -i https://www.googleapis.com/userinfo/v2/me -H "Authorization: Bearer a-google-account-access-token"
Getting a user profile info through node https...
Socinus asked 16/10, 2017 at 23:0
3
For testing our application I need to insert/update google calendar events and verify edge cases like if a meeting invite is > 30 days it should not be shown to end user. I am doing this setup for ...
Thoroughpaced asked 14/4, 2019 at 16:20
2
Solved
I am trying to implement SMS Retriever API for SMS verification. The official way mentioned in the documentation says to use GoogleApiClient along with HintRequest to retrieve the mobile number fro...
Karlise asked 15/3, 2020 at 5:31
1
I'd like for my app to be able to read from a pre-defined shared public Google Drive folder without the user having to log in or choose a Google account.
Background / Environment
Using my desktop b...
Galanti asked 23/5, 2017 at 19:18
8
I am trying to access Proximity Google API using Postman chrome app. I have followed tutorials on postman and google dev website but I'm still getting 401 error message.
What am I doing?
Step 1...
Stound asked 18/8, 2015 at 15:24
3
I am trying get phone number using phone selector API, but get empty response, here my code.
GoogleApiClient googleApiClient = new GoogleApiClient.Builder(this)
.addApi(Auth.CREDENTIALS_API)
.ad...
Mensch asked 10/11, 2017 at 5:26
1
I'm creating a Google Doc to HTML converter, I want to use the Doc Api and not export it as HTML using the Drive Api :
$service = new Google_Service_Docs($client);
$request = $service->documen...
Riverhead asked 13/2, 2019 at 22:27
5
Solved
I'm using Google APIs Client Library for JavaScript (Beta) to authorize user google account on web application (for youtube manipulations). Everything works fine, but i have no idea how to "logout"...
Brom asked 26/3, 2013 at 19:56
1
Solved
Please note: This is NOT a duplicate as I followed the SO only verified answer by creating a new project yet it didn't work. Also my case is with chrome extension or chrome app client ID from...
Oke asked 17/1, 2021 at 0:50
1 Next >
© 2022 - 2025 — McMap. All rights reserved.