You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve Google oauth2 credentials method in README (#7)
* Add two images for the readme
* Update README.md
modify the earthengine set_project and add errors examples to the README
* Add the project not registered error
* Update the common errors part in the README.md
While running the workflow, you may encounter the following errors:
139
+
140
+
#### Error 1: Google Earth Engine API Not Enabled
128
141
142
+
```shell
143
+
ee.ee_exception.EEException: Google Earth Engine API has not been used in project projectid before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/earthengine.googleapis.com/overview?project=projectid then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
To resolve this, **enable the Google Earth Engine API** by visiting the following link: [Enable Google Earth Engine API](https://console.developers.google.com/apis/api/earthengine.googleapis.com/overview?project=projectid). If you enabled the API recently, please wait a few minutes for the changes to propagate before retrying.
ee.ee_exception.EEException: Google Earth Engine API has not been used in project gitactions-idfederation before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/earthengine.googleapis.com/overview?project=gitactions-idfederation then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
Again, you'll need to **enable the Google Earth Engine API** for the specified project by visiting the following link: [Enable API for gitactions-idfederation](https://console.developers.google.com/apis/api/earthengine.googleapis.com/overview?project=gitactions-idfederation). Please wait a few minutes if the API was recently enabled.
0 commit comments