Hello! I need to copy some Folders with several subfoders and files inside them into Dropbox. Unfortynately I don’t know how to keep all the folder structure and get all files. Help me please
Welcome to the Make community!
If you’re moving the entire Google Drive to Dropbox, a faster way might be to use Google Checkout to download a zip of all the data.
Alternatively, you can also setup the desktop apps for both Google Drive and Dropbox to sync to the same folder.
If you want to do it via Make, you need to recursively copy each file and folder, using a scenario that calls itself for each subfolder, and iterates on the files in each folder.
For more information about this method, see
- Recursive operation - "While" function - Copy Google drive directory
- Copy a directory from Google Drive - #6 by samliew
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
1 Like
Can you please share the blueprint of Copy a directory from Google Drive - #6 by samliew?