I'm facing difficulties enabling Google Places API for my Flutter project. I have created a GCP organization named "dalatbds.com" with the admin account (PII Removed by Staff). However, my Flutter project is currently under my personal account (PII Removed by Staff) and is not linked to the organization.
When I try to enable Places API, I get a "No organization" error. I understand this is because the project isn't linked to the organization, but when I try to link it, I encounter a "Domain Restricted Sharing" (DRS) error.
Due to DRS, I cannot add the @gmail.com domain to the allowed list, as it only accepts Organization Resource ID or Google Workspace Customer ID.
Could you please help me resolve this issue? I need to enable Google Places API for my Flutter app.
Here are the relevant accounts and organization:
Personal account: (PII Removed by Staff) (contains the Flutter project)
GCP organization: dalatbds.com
Organization admin account: (PII Removed by Staff)
Thank you for your prompt assistance!
Hi @tbqh0511,
Welcome to Google Cloud Community!
You may try the following workarounds that can help you enable the Place API:
1. Temporarily turn off Domain Restriction
2. Migrate your project under your personal account to your organization by following the steps here.
Hope this helps.