Save the user's selected GEE Cloud Project ID and grant bucket write access.
The project ID must correspond to a GCP project that has the Earth Engine API enabled and that the user has access to.
Request body (JSON):
- cloud_project (str, required): GCP project ID (e.g. my-gee-project)
Response adds gcs_write_access (bool) to indicate whether the IAM grant succeeded. When false a detail field explains why.
patch/api/v1/user/me/gee-credentials/project
Request body
object required
Response
Success
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.