Reputation: 363
I enabled free trial last night but I'm still unable to create a data set to save a query into a table. Anyone know why?
Upvotes: 5
Views: 6368
Reputation: 1
You can Refresh Content by clicking on the three dots on your project and refresh it. It is NECESSARY to close all the tabs of the project and re-open them again to work.
Upvotes: 0
Reputation: 11
What worked for me was to create a new project or copy my old project into a new one after signing up for the free trial. I think the free trial only applies to projects you created after you sign up.
When it gave me the error you are experiencing, the first sentence was "Billing has not been enabled for this project."
Upvotes: 1
Reputation: 850
Once you have a valid billing account setup, you need to also ensure your project that has the BigQuery access also is connected to that billing account.
For me the problem was solved by going to Billing > Projects and then selecting a newly created organization, under which the project I was trying to get BigQuery working for was, and then I needed to attach the project to that account.
So be sure to check the tab "My projects" in the Billing section, and also the dropdown menu inside that tab called "Select an organization". When you find the right project, click the "Actions" button (i.e. the three dots) and select "Change billing account" and "Set account".
Upvotes: 0
Reputation: 2660
I received the 'enable billing' even though billing was enabled. In my case I needed to enable the BigQuery API. I'm not sure why the error message didn't specify this directly, it seems as though it should have.
Upvotes: 1
Reputation: 63
I have the same problem, trial was enabled but I couldn't add dataset in BigQuery. The solution for me was to go to any storage service like BigTable and click Enable Billing there.
Upvotes: 4
Reputation: 208002
Enable billing and you are good to go:
https://console.developers.google.com/billing
Upvotes: 1