ivanvermeyen / laravel-google-drive-demo

Laravel & Google Drive Storage - Demo project with Laravel 5.4
403 stars 155 forks source link

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

Open beloofficial opened 3 years ago

beloofficial commented 3 years ago

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!

erikn69 commented 2 years ago

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