tanaikech/goodls

Can this download the entire Google Drive Folder?

Closed this issue · 6 comments

For example downloading a folder full of pictures. Does not seem to work.

$ goodls -u 'https://drive.google.com/drive/folders/0By-NOo-lCyxBREtydWtzR0VvcWc?usp=sharing'
Error: Error: URL is wrong.

$ goodls -u 'https://drive.google.com/open?id=0By-NOo-lCyxBREtydWtzR0VvcWc'
Error: Error: URL is wrong

Thank you for your comment. I'm really sorry for the inconvenience. This app cannot download files using the folder ID. When you want to download files in the folder, please use the URLs for each shared file in the folder.

Ok i see. Thanks for the quick reply

When the access token is used for this situation, all files in a folder can be retrieved. But when the access token is not used, I couldn't do it. If I found the method for retrieving files in a folder without using access token, I would like to implement this.

From version 1.1.0, goodls can download all files in a specific folder. Please check it.

Thanks finally gave it a try; works good =)

https://www.youtube.com/watch?v=ncYzrwTGaJA

Thank you so much!