You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be feasible to extend drive_download() to fetch an entire GD folder as a ZIP? In the web interface I can right-click on a folder and "Download" will get me a ZIP of that folder.
I'm in for processing a (large) number of files stored in a GD folder. Instead of fetching individual files I could then fetch the ZIP and "disassemble" it locally. That would be more API-ecological.
The text was updated successfully, but these errors were encountered:
AFAIK this is not supported by the Google Drive API and I have looked for this in the past.
So to get this either that needs to change (or someone needs to alert me that it is already possibly) or the logic has to be implemented in the googledrive package.
Would it be feasible to extend
drive_download()
to fetch an entire GD folder as a ZIP? In the web interface I can right-click on a folder and "Download" will get me a ZIP of that folder.I'm in for processing a (large) number of files stored in a GD folder. Instead of fetching individual files I could then fetch the ZIP and "disassemble" it locally. That would be more API-ecological.
The text was updated successfully, but these errors were encountered: