1

I'm using Google OAuth to access users' Google Sheets and Drive. However, I want to give users an option to revoke the access but if a user decides to keep Google Sheets and revoke Drive, they will unintentionally revoke all the access.

How to allow "decremental authorization" so the users can remove certain scopes?

1 Answers1

2

At this time it is not possible to revoke a single scope. When a user revokes your access it will be to all scopes that they have granted you.

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449