[[["易于理解","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"]],["最后更新时间 (UTC):2025-06-01。"],[[["The Indexing API requires authorization for all requests using OAuth 2.0 for accessing private user data."],["Applications need to be registered with Google API Console and the Indexing API activated to initiate the authorization process."],["Users are presented with a consent screen to grant access, and upon approval, the application receives a short-lived access token to make authorized requests."],["Google's client libraries offer built-in support for handling parts of the authorization, simplifying the process for developers."]]],["Applications must use OAuth 2.0 to authorize requests for private data from the Indexing API. This requires registering the application with the Google API Console to obtain a client ID and secret. The application requests a specific access scope from Google, which then prompts the user for consent. Upon approval, Google issues a short-lived access token. This token is attached to data requests, and Google validates it before providing the requested data. The scope for the Indexing API is `https://www.googleapis.com/auth/indexing` for read/write access.\n"]]