google-auth-library-python-oauthlib icon indicating copy to clipboard operation
google-auth-library-python-oauthlib copied to clipboard

Unable to authenticate using google-oauthlib-tool

Open beer-to-code opened this issue 1 year ago • 1 comments

(env) pi@jarvis:~ $ google-oauthlib-tool --client-secrets ./client_secret_858487554047-4corgtdi0ritlrs6.apps.googleusercontent.com.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --scope https://www.googleapis.com/auth/gcm --save --headless Error: no such option: --headless

beer-to-code avatar Aug 05 '24 13:08 beer-to-code

I don't think --headless is documented as a supported flag. Where is this command sourced from?

clundin25 avatar Aug 06 '24 17:08 clundin25

--headless was removed in #264 because the OAuth feature it relied on (out-of-band) was turned down for security reasons.

I'm not aware of another general OAuth method to provide a headless experience like the one offered by --headless.

westarle avatar Oct 21 '24 14:10 westarle