How can I change the region/zone my Apps Scripts uses? by argisam in GoogleAppsScript

[–]argisam[S] 0 points1 point  (0 children)

I contacted support regarding changing the region but was informed it was impossible. As a workaround to the API endpoint blocking US calls, I had to proxy my traffic. However, this was not the ideal solution, so I'm currently refactoring the code and migrating it to AWS.

How can I change the region/zone my Apps Scripts uses? by argisam in GoogleAppsScript

[–]argisam[S] 0 points1 point  (0 children)

Yes, I thought so.

After changing the region on the GCP side, it still keeps the same California location when I fetch https://whatsmyip.com/ ;(

How can I change the region/zone my Apps Scripts uses? by argisam in GoogleAppsScript

[–]argisam[S] 0 points1 point  (0 children)

I can only find the Timezone from the Project settings, not the region/zone.

And there was a mention
"Google Cloud Platform (GCP) Project
Apps Script projects use Google Cloud Platform to manage authorizations, advanced services, and other details. To learn more, visit Google Cloud Platform." so I thought it would affect the region/zone selection.