--- v24/errors/authorization_error.proto 2026-08-13 23:22:20.000000000 +0000 +++ v25/errors/authorization_error.proto 2026-08-13 23:22:27.000000000 +0000 @@ -75,6 +75,11 @@ // access non-test accounts, apply for Basic or Standard access. DEVELOPER_TOKEN_NOT_APPROVED = 10; + // The Google Cloud project is only approved for use with test accounts. + // To access non-test accounts, apply for Explorer, Basic or Standard + // access. + CLOUD_PROJECT_NOT_APPROVED_FOR_PRODUCTION = 32; + // The login customer specified does not have access to the account // specified, so the request is invalid. INVALID_LOGIN_CUSTOMER_ID_SERVING_CUSTOMER_ID_COMBINATION = 11;
/errors/authorization_error.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-08-19 UTC-তে শেষবার আপডেট করা হয়েছে।