服務帳戶是一種特殊的 Google 帳戶,可供應用程式使用,透過 OAuth 2.0 以程式輔助方式存取 Google API。服務帳戶使用不需要其他授權的 OAuth 2.0 流程。而是使用只有您的應用程式可以存取的金鑰檔案。本指南將說明如何透過服務帳戶存取 Manufacturer Center API。
您現在可以透過 Google 應用程式預設憑證流程,或直接使用服務帳戶流程,透過服務帳戶存取 Manufacturer Center 帳戶。Manufacturer Center API 範例說明如何以每種支援的程式設計語言,將這兩種流程用於服務帳戶憑證。請參閱程式碼範例,瞭解如何試用新的服務帳戶,並瞭解必須在自己的程式碼中使用服務帳戶進行哪些變更。
常見問題
我可以使用服務帳戶登入 Manufacturer Center 網頁使用者介面嗎?
否,服務帳戶不是一般 Google 帳戶,無法存取 Manufacturer Center 網頁使用者介面。
需要多久更新一次服務帳戶存取權杖?
存取權杖由 Google OAuth 2.0 授權伺服器發出後一小時就會失效。存取權杖到期時,應用程式應使用用戶端程式庫擷取其他存取權杖。
[[["容易理解","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"]],["上次更新時間:2024-07-09 (世界標準時間)。"],[[["Service accounts enable applications to programmatically access the Manufacturer Center API using OAuth 2.0 without user intervention."],["To use a service account, generate service account credentials in Google Cloud Console, enable the Manufacturer Center API, and download the JSON key file."],["Add the service account as a user to your Manufacturer Center account with the appropriate role for API access."],["Access your Manufacturer Center account programmatically using Google Application Default Credentials or the service account flow, referencing the provided samples."],["Service accounts cannot be used to log into the Manufacturer Center web user interface but solely for API interaction."]]],[]]