ivanvermeyen/laravel-google-drive-demo

How can I copy a folder with all files to another folder?

beloofficial opened this issue · 1 comments

I have a folder called for example "Templates", inside there are other folders(subfolders), and there are already files. How can I copy the "Template" folder to another location in google drive with the same hierarchy and with all files

Thanks in advance!

I managed to reach one of the Google Drive API developers. "There is no API method to copy an entire folder, you have to do it file-by-file, subfolder-by-subfolder."

SOURCE: google-drive-api-copy-folder