WAI
Status Update
Comments
jp...@google.com <jp...@google.com> #2
Will be this fix also part of 4.2 please?
jo...@google.com <jo...@google.com> #3
for the "out" bundle issue, this seems indeed an issue. for the second one reported adding "debugUpdateAPKArtifact" to the path, this WAI as there can more more than one transformer and we need to automatically separate them so they do not use the same output folder. for #3, I will look at it but it might be difficult to change it at this time.
m....@gmail.com <m....@gmail.com> #4
I understand that if there is more transformer is necessary to make every folder different, but there is the main problem, that the final one (last transform) is inside of the intermediate folder. The last transformation should end in the standard location, right? Maybe also with the default name not?
Description
Description
I've attempted to port the NodeJS code for updating the access settings for a Meet space published here to Google Apps Script.
The code is failing on the spaces.patch call with a 403 permission denied error.
In terms of setup the code below was added to a new Google Apps Script project. The Apps Script project was updated to use a standard GCP with the Calendar and Meet API enabled. The screenshot shows the scopes requested as part of the auth flow.
Code
Code.gs
appsscript.info
Output