linsomniac / spotify_to_ytmusic

Copy playlists and liked music from Spotify to YTMusic
Creative Commons Zero v1.0 Universal
2.03k stars 122 forks source link

Unable to remove the authenticataion for youtube log in #42

Open Suryavamshi99 opened 8 months ago

Suryavamshi99 commented 8 months ago

I did remove the youtube connected tv from, google security, but the UI still says File detected, auto login and also lists my playlists.

Do, kindly, help me in revoking the authentication.

linsomniac commented 8 months ago

I'm not really familiar with the Google authentication I'm just using the ytmusicapi library for access to ytmusic, so there might be help available through that library specifically: https://github.com/sigma67/ytmusicapi

However, if I search for "google connected devices", it takes me to: https://support.google.com/accounts/answer/3067630?hl=en

Which links to this page: https://myaccount.google.com/

And when I disconnect a device it gives me this message:

Done! But some apps might still have access You’ve given third-party apps access to your Google Account. If a third-party app is installed on this device, this app might still be used to access your account. You can revoke access to apps that might be installed on the device. Manage app access

Which I assume is what is happening with you -- the "device" is disconnected but the "app" still has access. That last link above has the ability to list all the apps and disassociate them.

FuuraKafka commented 3 weeks ago

@linsomniac Re-opening this issue with a question/request: In my case, I wanted to remove the authorization so I was able to connect and sync with another TYMusic Account, but even after removing the access from the "Manage App Access" in Google settings, the the app still recognizes this token and doesn't take me back to the log-in process. Is there a way to implement logging off from the app? Or, where exactly does the oauth.json file is so I can delete it?