Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

Move to GEE REST API #30

Closed m-mohr closed 4 years ago

m-mohr commented 4 years ago

In our next release of the Earth Engine JavaScript and Python client libraries, we will be making some changes to how the libraries communicate with our servers. Because future releases of the client libraries will be using the new REST APIs, we have enabled early access to the REST API for you. Please see the docs to learn more.

Starting November 15, newer versions of the API will require service account owners to enable the Earth Engine API in the Google Cloud Console as follows:

  1. Visit https://console.cloud.google.com/apis/api/earthengine.googleapis.com
  2. Ensure that the current project is set to the one that houses your service account
  3. Click the Enable button
  4. Repeat steps 1-3 for any other project in which you have another Earth Engine service account
  5. Upgrade the Earth Engine client library to the latest version

WARNING: If you upgrade to the latest Earth Engine API without following these steps, your application will not work after November 15. Please be sure to make this change before this date to ensure continued service.

m-mohr commented 4 years ago

It still works so I assume we migrated already somehow.