Stay organized with collections
Save and categorize content based on your preferences.
To make any request to Maps Datasets API, you must include:
The number or ID of your Google Cloud project in the
X-Goog-User-Project header of the request. This value determines the
project used for billing and usage quota calculations.
An OAuth token in the Authorization header of the request. For more
information about using OAuth with Maps Datasets API, see
Use OAuth.
A Google Cloud project number or ID in the request URL. This value
specifies the project containing the dataset. While this project is usually
the same as the project specified in the X-Goog-User-Project header, it
is not required to be the same.
The dataset ID in the request URL. Whenever you perform an action on a
specific dataset, you pass the ID of the dataset as part of the request URL.
You can include the gcloud command directly in the Authorization header in a
cURL command to generate a new token on each request, as shown in the example
above.
Alternatively, you can set an environment variable containing the token and then
pass the environment variable as part of the request:
[[["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-07 UTC."],[[["All Maps Datasets API requests require a Google Cloud project number or ID for billing and usage quota, specified in the `X-Goog-User-Project` header or using a service account."],["An OAuth token is necessary for authentication and should be included in the `Authorization` header of each request."],["The request URL must contain the Google Cloud project number or ID and the dataset ID to specify the location of the dataset."],["Additional parameters may be required for certain requests, as detailed in the specific request documentation."],["You can obtain your Google Cloud project number or ID from the project's Overview page in the Cloud Console and generate an OAuth token using the `gcloud` command."]]],["To interact with the Maps Datasets API, requests must include: the Google Cloud project number or ID in the `X-Goog-User-Project` header for billing and quota (unless using a service account); an OAuth token in the `Authorization` header; the project number or ID in the URL; and the dataset ID in the URL. The project number and ID can be found on the project's overview page. An OAuth token can be generated using the `gcloud auth application-default print-access-token` command.\n"]]