Edit GMB OAuth Scopes

138 views Asked by At

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.

1

There are 1 answers

0
vpgcloud On

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.