Pregunta

I am creating a folder tree of 1700 folders for my uploaded documents and have hit a Docslist quota limit. Waiting a day or so is fine in this case but for migrating future customers to Google Apps, I would like a better approach than var newfolder = DocsList.getFolderById(parent).createFolder(name); until fail

¿Fue útil?

Solución 2

For me, the answer was definitely to establish the folder structure outside apps and upload it via chrome. It took seconds to add my empty folder tree compared with many minutes to add 200 folders in Apps Script.

Otros consejos

The power of google in my opinion is search. So maybe your first question should be do I need this much folders.

Solutions: Use multiple admin accounts for big migrations.

And make use of your API's to migrate data

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top