简体   繁体   中英

Edit GMB OAuth Scopes

I am using OAuth 2.0 to get access to view, create, edit and delete our clients/users' GMB listings. But I don't want to get access to delete their listings/locations, only want to get access to view, create, and edit. In the screenshot I attached, you can see, google ask for delete permission also, so how I can edit scopes to not get permission for delete. Google should show only text for view, create and edit. This is the scope (https://www.googleapis.com/auth/plus.business.manage) I am using for all permissions of GMB listings.

There is currently no sub-scope that offers what you are looking for.

NB: You should be using https://www.googleapis.com/auth/business.manage instead of the "plus" version as that one is deprecated.

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