Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot revoke app permission for YouTube channel account

I am creating an application that asks for permission to manage a YouTube account (Google account) via OAuth2.

This works great, however the problem I'm facing is if the user decides to use a YouTube channel account that is linked to their Google account to grant permissions to our application, I can't find out how to allow them to revoke their permission.

For instance, if our app is authed to a normal Google account, we can go to this page: https://security.google.com/settings/u/0/security/permissions and then revoke the permission by finding our application in the list and clicking the "revoke access" button on the right.

We cannot do this for the linked YouTube channel account. There doesn't seem to be any such permissions dashboard available for these accounts.

When using the aforementioned dashboard, usually you can "switch accounts" by clicking on your account picture in the upper right side of the page. However, when I do this, the linked account is not listed.

like image 260
ThaDon Avatar asked Dec 16 '13 21:12

ThaDon


1 Answers

You can revoke access at this page: https://accounts.google.com/delegateaccountselector?continue=https://accounts.google.com/issuedauthsubtokens

like image 136
Helping out Avatar answered Sep 21 '22 10:09

Helping out