Hi,
When I try to switch my Apps Script project from the default GCP project to a standard GCP project, I get the following error:
“You cannot switch to a Cloud Platform project that does not belong to the script owner’s Cloud organization.”
My situation:
- The Apps Script project belongs to Organization A
- The target GCP project belongs to Organization B
- I have sufficient IAM permissions on the GCP project
My question is:
Is it expected that Apps Script cannot be linked to a GCP project in a different Cloud Organization?
If cross-organization configuration is not supported, is there any recommended workaround?
Thanks!