Skip to content

Tags: harababurel/gcsf

Tags

0.3.7

Toggle 0.3.7's commit message
bump version label to 0.3.7

0.3.6

Toggle 0.3.6's commit message
bump version label to 0.3.6

0.3.5

Toggle 0.3.5's commit message
bump version label to 0.3.5

0.3.4

Toggle 0.3.4's commit message
Replace deprecated OOB auth flow with headless-compatible redirect flow

Google deprecated the OAuth out-of-band (OOB) flow in October 2022, causing
"Error 400: invalid_request" when using authorize_using_code=true. Replace
with a hybrid localhost redirect flow that supports both automatic browser
redirect and manual URL paste for remote/SSH scenarios.

Changes:
- Add auth module with headless_login() supporting stdin URL paste
- Always use HTTPPortRedirect instead of broken Interactive (OOB) method
- Add configurable auth_port option (default: 8081) for redirect server
- Add url, urlencoding, reqwest dependencies for OAuth token exchange

0.3.3

Toggle 0.3.3's commit message
Add verify command and pre-mount authentication validation

Add `gcsf verify <session>` to check auth status without mounting. Validate authentication before mount attempts to catch token expiration early. Add troubleshooting output for common auth issues and README documentation about Publishing to Production mode for long-running services.

0.3.2

Toggle 0.3.2's commit message
bump version label to 0.3.2

0.3.1

Toggle 0.3.1's commit message
Use yup-oauth2 re-exported from google-drive3 to avoid type mismatch

0.3.0

Toggle 0.3.0's commit message
bump version label to 0.3.0

0.2.8

Toggle 0.2.8's commit message
bump version label to 0.2.8

0.2.7

Toggle 0.2.7's commit message
bump version label to 0.2.7