Reputation: 5490
I'm trying to enable the Embedded Assistant API, but it is just loading indefinitely.
The URL is:
Anyone else experiencing difficulties?
Upvotes: 5
Views: 2992
Reputation: 623
A similar issue was happening to me (but for Billing) and this is how I fixed it...
Problem
When I was asked to enable billing to use a GCP service, I was able to select an existing billing account. However, when I tried to Set Account
, it would be stuck on an infinite load.
Solution
As for the fix:
Billing
.Link a Billing Account
to your project.Set Account
.In my case, I got the following error because I reached the quota for how many projects can enable billing.
You can do two things:
In my case, I requested a Quota Increase which took <5 minutes to process. I tried adding Billing to my account again, this time it worked instantly and loading wasn't stuck.
Upvotes: 5
Reputation: 49583
I just tried this and it works for me.
Many Google APIs require billing to be enabled since they charge you for usage. So, you will want to double check that you have a Billing account created and associated with the Google Cloud Platform project you're using prior to enabling the API.
To enable billing for your project:
- Go to the Cloud Platform Console.
- From the projects list, select a project or create a new one.
- Open the console left side menu and select Billing.
- Click Enable billing. (If billing is already enabled then this option isn't available.)
- If you don't have a billing account, create one.
- Select your location, fill out the form, and click Submit and enable billing.
Upvotes: 0