Gdrive: Failed to get file: googleapi: Error 403: Rate Limit Exceeded, rateLimitExceeded

Created on 28 Feb 2019  路  6Comments  路  Source: prasmussen/gdrive

I am trying to download data using this command but it fails with the error in subject line.

~/gdrive-linux-x64 download --recursive 1nVSPhzhujEXNaLR86daW0ioCUFNzKOX3

How can I download data on HPC from google drive. gdrive worked for me a couple of months ago but not any more. any help would be appreciated.

duplicate

Most helpful comment

I wonder if it is not a limit of the client app : https://github.com/prasmussen/gdrive/blob/master/handlers_drive.go#L17

I was able to rebuild the binary with my own client id :

All 6 comments

Sounds like the token may have expired.

Find the .gdrive folder in the home directory and delete token_v2.json. You can also find this file by running dir token_v2.json /s in a command prompt.

Once deleted run gdrive list which will prompt you to set up a new token.

e. Looking at previous issues.. You may want to look at #426

I wonder if it is not a limit of the client app : https://github.com/prasmussen/gdrive/blob/master/handlers_drive.go#L17

I was able to rebuild the binary with my own client id :

This api is overused, creat your own or wrap gdrive
bash command with
while ! gdrive upload --parent ________; do sleep 1; done

Please see my fork so I can help maintain

@tripLr, How to create my own or wrap? I have tried @ThomasAllan suggestion it doesn't work. and I dont understand what's suggested in #426 or @atillay suggested! have no clue about these things!

@tripLr
Thank you, it is working now.
@msnoon:
Please read this: https://github.com/tripLr/gdrive/blob/master/TUTORIAL-INSTALL-Windows
with the linux, just clone the github, then edit "handlers_drive.go" with your "Credentials" which created by "TUTORIAL-INSTALL-Windows"

Available workaround described in #426. Possible solutions will be investigated.

Duplicate of #392

Was this page helpful?
0 / 5 - 0 ratings

Related issues

4getit picture 4getit  路  4Comments

loctong picture loctong  路  4Comments

divamgupta picture divamgupta  路  5Comments

dominion66 picture dominion66  路  4Comments

cod3r-dev picture cod3r-dev  路  7Comments