문제

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

도움이 되었습니까?

해결책 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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top