Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.
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!
Try signing up for the Google Drive API in the API console: https://console.cloud.google.com/
Could be a temporary block though.
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...)
Sorry, I accidentally closed this issue. I still get the same error.
@nelenkov Could you please take a look at this when you can?
Thanks.