简体   繁体   中英

Google Cloud Platform How to change the billing project-id of a client-id

Hello I have a service that uses my business client-id + secret to retrieve datas from Directions API.

While I was trying to analyze some problems I noticed that the client id is accociated to a specific projetc-id .(I feagured out analizing the traffic)

The questions are: 1. Is there a way to move the traffic generated from my client-id to another project? 2. where can I find informations about the configuration of the client ID with permissions, quotas ecc...?

Thanks a.

Is there a way to move the traffic generated from my client-id to another project?

No, you cannot move the Client ID to another Project. You can create new credentials in the other project.

where can I find informations about the configuration of the client ID with permissions, quotas ecc...?

You do not assign permissions or quotas to Client ID Credentials. This is done thru IAM member permissions (IAM Roles).

Start with this link: https://cloud.google.com/iam/docs/overview

This is a good video: Better Practices for Cloud IAM (Cloud Next '18)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM