gdrive-appdata icon indicating copy to clipboard operation
gdrive-appdata copied to clipboard

Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.

Open cjustin88 opened this issue 7 years ago • 4 comments

I'm trying to retrieve Google Allo app data with your script, but I get this error:

./get-gdrive-appdata.py --account [email protected] --password xxx --target-package com.google.android.apps.fireball --target-package-sig A0C8A767E81DDDCEB31B05E6F22611CF03E2D0DD
Using device ID=0000000000000000
Using account: [email protected]
master token: xxx

Getting package [com.google.android.apps.fireball] with hash [A0C8A767E81DDDCEB31B05E6F22611CF03E2D0DD]
GDrive token: xxx
Error: <HttpError 403 when requesting https://www.googleapis.com/drive/v3/files?fields=nextPageToken%2C+files%28id%2C+name%29&alt=json&spaces=appDataFolder&pageSize=100 returned "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.">

Do I need to replace an API key in the script?

Thanks!

cjustin88 avatar Aug 24 '18 07:08 cjustin88

Try signing up for the Google Drive API in the API console: https://console.cloud.google.com/

Could be a temporary block though.

nelenkov avatar Aug 24 '18 08:08 nelenkov

Thanks for the quick response.

I just tried that -- no cigar. I enabled the Google Drive API and made a credential (but didn't put the key in the script anywhere...)

cjustin88 avatar Aug 24 '18 08:08 cjustin88

Sorry, I accidentally closed this issue. I still get the same error.

cjustin88 avatar Aug 25 '18 08:08 cjustin88

@nelenkov Could you please take a look at this when you can?

Thanks.

cjustin88 avatar Aug 30 '18 06:08 cjustin88