Top "Google-api-client" questions

The GoogleApiClient The main entry point for Google Play services integration

How to reset google oauth 2.0 authorization?

I'm using Google APIs Client Library for JavaScript (Beta) to authorize user google account on web application (for youtube manipulations). …

google-api oauth-2.0 google-oauth google-api-client
ImportError: No module named googleapiclient.discovery

I have python webapp2 application but when I run it I get this error ImportError: No module named googleapiclient.discovery …

python google-app-engine google-api-client google-api-python-client
Restore deleted (?) Google OAuth client app for production system

we are getting a 401 Error from Google API: 401. That’s an error. Error: deleted_client The OAuth client was deleted. …

oauth-2.0 google-api google-api-client google-oauth
Using GoogleApiClient + LocationServices not updating

I'm just trying to do a simple 'tutorial' app to get my phone's location (to learn how to use it …

android location google-play-services android-location google-api-client
using enableAutoManage() in fragment

Is there another way to connect Google API client? I use auto complete places and I have to use this …

android android-fragments google-places-api google-api-client
SecurityException: Not allowed to start service Intent act=com.google.android.c2dm.intent.REGISTER

I get the error SecurityException: Not allowed to start service Intent but looks like it do not have good solution …

android android-intent google-api google-cloud-messaging google-api-client
Google Drive api scope and file access (drive vs drive.files)

I have created two refresh tokens for me: one for SCOPE = 'https://www.googleapis.com/auth/drive' and another SCOPE = …

google-api google-drive-api google-api-client
Android - Google Login with Login-Screen instead of Automatic Login

I've added a Google log-in to my Android App (steps can be found at edit 3 of this post). Everything works …

android login google-plus google-play-services google-api-client
Where to find credentials.json for Google API client?

The Google Calender Node.js example requires a file called "credentials.json": https://developers.google.com/calendar/quickstart/nodejs Relevant …

node.js google-api google-calendar-api google-api-client
Insufficient authentication scopes error using Google API

I set up Google SDK to use Google API with Application Default Credentials. For my local machine, created a credentials …

google-api google-compute-engine google-api-php-client google-api-client