supports multiple accounts, removed harcoded account on top, added _credentials_example

This commit is contained in:
Santiago Lema 2025-08-21 02:40:31 +00:00
parent 0d3b7594f7
commit 8b6d35779e
7 changed files with 84 additions and 10 deletions

View file

View file

@ -0,0 +1,2 @@
{"installed":{"client_id":"XYZ.apps.googleusercontent.com","project_id":"yourproject_with_youtube_access","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"XYZXYZ"}}

View file

@ -0,0 +1,2 @@
your.instance.org|XXXYYY
another.instance.com.br|XXXYYY

View file

@ -0,0 +1 @@
XXXXXXXYYYYYYYYY

View file

@ -0,0 +1 @@
your.readeck.fr|XXXXXYYYY

View file

@ -0,0 +1 @@
{"access_token":"XXXYYY","expires_in":3599,"refresh_token":"1\/\/AAABBBCCC","scope":"https:\/\/www.googleapis.com\/auth\/youtube","token_type":"Bearer","expires_at":1755745256}