Updated: GAS Library - MoveFolder
MoveFolder was updated to v1.0.3.
- v1.0.3 (May 06, 2026)
- Refactored the core script for better performance, safety, and readability.
- Enhanced error handling: The script now strictly verifies if file moves were successful before deleting any original source folders, preventing accidental data loss if permission errors occur.
- Introduced parallel processing using
UrlFetchApp.fetchAllfor much faster folder structure retrieval and folder creation. - Added a standalone test script (
test.js) to allow safe, automated validation of the library’s functionality. - Updated the README documentation to make it more beginner-friendly and easier to follow.
You can see the detail information here https://github.com/tanaikech/MoveFolder