Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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."],[[["\u003cp\u003eRetrieves the configuration settings of a specified Google Earth Engine project.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request with the project's name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific IAM permissions (\u003ccode\u003eearthengine.computations.create\u003c/code\u003e) for authorization.\u003c/p\u003e\n"],["\u003cp\u003eReturns a \u003ccode\u003eProjectConfig\u003c/code\u003e object containing the project's configuration details upon successful execution.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authentication with either \u003ccode\u003eearthengine\u003c/code\u003e or \u003ccode\u003ecloud-platform\u003c/code\u003e OAuth scopes.\u003c/p\u003e\n"]]],["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"],null,["# Method: projects.getConfig\n\nGets the config state of a project.\n\n### HTTP request\n\n`GET https://earthengine.googleapis.com/v1/{name=projects/*/config}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The project config to get, of the format \"projects/\\*/config\". Authorization requires the following [IAM](https://cloud.google.com/iam/docs/) permission on the specified resource `name`: - `earthengine.computations.create` |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ProjectConfig](/earth-engine/reference/rest/v1/ProjectConfig).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]