dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.04k stars 102 forks source link

Added refresh token support #196

Open Tert0 opened 1 year ago

Tert0 commented 1 year ago

Added the saving of refresh tokens and auto refreshing if the access tokens are expired. Note: This will change the format of the auth.json file.

This will also add a Github Actions Workflow which automaticly builds the project and uploads a binary to the releases ( implemented by @felbinger )

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

stevenh commented 8 months ago

Thanks for doing this @Tert0 was just about to look at the same thing our side.

Definitely a needed feature for tools like this to be used in CI/CD.