[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[[["\u003cp\u003eThis document lists the OAuth scopes needed for Google Cloud resources to connect to Bigtable, emphasizing the need to specify these scopes when creating resources.\u003c/p\u003e\n"],["\u003cp\u003eBigtable supports a variety of OAuth scopes, including those for instance and table administration, read/write data access, and read-only data access.\u003c/p\u003e\n"],["\u003cp\u003eResources like Compute Engine and Dataflow can connect to Bigtable, and users must select the most restrictive scopes that meet their application's needs when setting up resources, as these scopes cannot be changed after resource creation.\u003c/p\u003e\n"],["\u003cp\u003eThe scope \u003ccode\u003ehttps://www.googleapis.com/auth/bigtable.admin\u003c/code\u003e is an alias that covers both \u003ccode\u003ebigtable.admin.instance\u003c/code\u003e and \u003ccode\u003ebigtable.admin.table\u003c/code\u003e, providing administrative privileges for instances, clusters, tables, and column families.\u003c/p\u003e\n"],["\u003cp\u003eScopes such as \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform.readonly\u003c/code\u003e grant full or read-only access, respectively, to all Google Cloud products, including Bigtable.\u003c/p\u003e\n"]]],[],null,["Bigtable OAuth scopes\n\nThis page lists the OAuth scopes that enable other Google Cloud resources to\nconnect to Bigtable.\n\nHowever, some Google Cloud products, such as Compute Engine and\nDataflow, have the ability to connect to Bigtable by\nletting you specify OAuth scopes. To make this work, you need to specify\nthe appropriate OAuth scopes when you create resources such as\nCompute Engine virtual machine instances. Be sure to\n[enable access to Bigtable](/compute/docs/access/create-enable-service-accounts-for-instances#changeserviceaccountandscopes) when you create your\nresource.\n\nWhen you set up your resources for a Google Cloud product, choose the most\nrestrictive scopes that will support your application's requirements. You cannot\nchange the scopes after you create a resource.\n\nBigtable supports the following scopes:\n\n| Scope URI for `gcloud` | Description |\n|----------------------------------------------------------------|-------------------------------------------------------------------------------|\n| `https://www.googleapis.com/auth/bigtable.admin` | Alias for both `bigtable.admin.instance` and `bigtable.admin.table`. |\n| `https://www.googleapis.com/auth/bigtable.admin.instance` | Enables creation and management of Bigtable instances and clusters. |\n| `https://www.googleapis.com/auth/bigtable.admin.table` | Enables creation and management of Bigtable tables and their column families. |\n| `https://www.googleapis.com/auth/bigtable.data` | Enables read and write access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/bigtable.data.readonly` | Enables read-only access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/cloud-bigtable.data` | Enables read and write access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/cloud-bigtable.data.readonly` | Enables read-only access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/cloud-platform` | Enables full access to all Google Cloud products, including Bigtable. |\n| `https://www.googleapis.com/auth/cloud-platform.readonly` | Enables read-only access to all Google Cloud products, including Bigtable. |"]]