R
RunPod•5mo ago
todio

Mass files download from google drive

Hi guys I have a quite large amount of files, that I would like to send to my pods. However, I ran into the following limitations : - gdown is limited to 50 files per folder ( I have hundreds of folders containing hundreds of files, so it's not right pick) - I can't set up gdrive to save my life (see pic related, I don't understand) - I was not more succesful with rclone (second pic related) Please help me, is there any solution? Have I f*cked up my config somewhere? Thank you very much
No description
No description
2 Replies
ashleyk
ashleyk•5mo ago
If your app is running on port 8085, add an HTTP port 8085 to your pod and try to get your app to bind to 0.0.0.0 instead of 127.0.0.1, then use the Connect button for port 8085 to get the link to add to the config instead of 127.0.0.1:8085 Not sure whether it will work, but its worth a try
todio
todio•5mo ago
Thank you very much for your answer, I tried, but I couldnt make it work. However, I found a way using this method : https://github.com/glotlabs/gdrive?tab=readme-ov-file#using-gdrive-on-a-remote-server It works for gdrive. However I am still looking for a more elegant solution 🙂
GitHub
GitHub - glotlabs/gdrive: Google Drive CLI Client
Google Drive CLI Client. Contribute to glotlabs/gdrive development by creating an account on GitHub.