הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["Retrieves the configuration settings of a specified Google Earth Engine project."],["Uses a `GET` request with the project's name as a path parameter."],["Requires specific IAM permissions (`earthengine.computations.create`) for authorization."],["Returns a `ProjectConfig` object containing the project's configuration details upon successful execution."],["Needs authentication with either `earthengine` or `cloud-platform` OAuth scopes."]]],["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"]]