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.
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 :
./_release/build-all.sh./_release/binThis 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
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 :
./_release/build-all.sh./_release/bin