Skip to content

Instantly share code, notes, and snippets.

@KenjiOhtsuka
KenjiOhtsuka / copy_files.gs
Last active June 7, 2025 07:36
Google Apps Script to Copy Folder Recursively
/**
This is a code of Google Apps Script for copying google drive folder content to other folder.
## Which situation the code resolve.
Google doesn't allow to move folder content to other folder which is managed by
other organization according to the policy of the GSUITE organization.
And, Google doesn't allow to change the content owner to the user in other
organizations.