Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

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

Closed
msnoon opened this issue Feb 27, 2019 · 6 comments
Labels
duplicate This issue or pull request already exists

Comments

@msnoon
Copy link

msnoon commented Feb 27, 2019

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.

@ThomasAllan
Copy link

ThomasAllan commented Feb 28, 2019

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

@atillay
Copy link

atillay commented Mar 1, 2019

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 :

@tripLr
Copy link

tripLr commented Mar 1, 2019

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

@msnoon
Copy link
Author

msnoon commented Mar 1, 2019

@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!

@hikenshi
Copy link

hikenshi commented Mar 3, 2019

@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"

@mbenlioglu mbenlioglu added bug Something isn't working as it's supposed to duplicate This issue or pull request already exists investigating Searching underlying causes and possible solutions to the problem workaround available Bypassing this issue is possible until fix is introduced labels Mar 11, 2019
@mbenlioglu
Copy link
Contributor

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

Duplicate of #392

@mbenlioglu mbenlioglu removed bug Something isn't working as it's supposed to investigating Searching underlying causes and possible solutions to the problem workaround available Bypassing this issue is possible until fix is introduced labels Mar 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

6 participants