Drive API got to be able to create Google Apps Script project again
I have reported “Drive API cannot create Google Apps Script project no longer”. Ref About this, I had reported the future request. Ref Today, I could confirm that the Google Apps Script project of the standalone type got to be able to be created by multipart/form-data using Drive API. This is a good news for me. By this, the following 2 patterns can be used from now.
Pattern 1:
- Create new standalone GAS project by Apps Script API.
- Put the local script to the created GAS project by updating the project with Apps Script API.
- Move the GAS project from the root folder to the specific folder using Drive API.
In this pattern, 3 API calls are required.