Earth Engine is introducing noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. All noncommercial projects will need to select a quota tier by April 27, 2026 or will use the Community Tier by default. Tier quotas will take effect for all projects (regardless of tier selection date) on April 27, 2026. Learn more.
Method: projects.getConfig
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Gets the configuration state of a project using a GET request.
The request requires the project name in the format "projects/*/config" as a path parameter.
Authorization requires the earthengine.computations.create IAM permission on the specified resource.
The request body must be empty, and a successful response returns a ProjectConfig instance.
The request requires either the https://www.googleapis.com/auth/earthengine or https://www.googleapis.com/auth/cloud-platform OAuth scope for authorization.
Gets the config state of a project.
HTTP request
GET https://earthengine.googleapis.com/v1/{name=projects/*/config}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[],["This outlines how to retrieve a project's configuration state using a `GET` request to `https://earthengine.googleapis.com/v1/{name=projects/*/config}`. The `name` parameter in the URL path, representing the project, is required. The request body must be empty. Successful requests return a `ProjectConfig` instance. Authorization requires the `earthengine.computations.create` IAM permission and either the `earthengine` or `cloud-platform` OAuth scope.\n"]]