https://github.com/sebastianfeldmann/phpbu-dropbox-helper
Dropbox Refresh Token Helper
https://github.com/sebastianfeldmann/phpbu-dropbox-helper
Last synced: 3 months ago
JSON representation
Dropbox Refresh Token Helper
- Host: GitHub
- URL: https://github.com/sebastianfeldmann/phpbu-dropbox-helper
- Owner: sebastianfeldmann
- License: mit
- Created: 2024-11-21T13:29:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T08:08:43.000Z (7 months ago)
- Last Synced: 2025-03-18T22:12:08.793Z (3 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpbu Dropbox Helper
Small script to obtain the "offline" refresh token that is
required for the phpbu Dropbox config.```xml
```
For this script to work you have to create a Dropbox App in
your Dropbox App Center to obtain the `AppKey` and the `AppSecret`.You will need both to obtain the necessary refresh token.
Run the script enter both, then you have to open a given URL in your browser and login with your Dropbox account.
This will authorize the app to access your account. You will receive an `AppCode`.
Enter this code on the prompt of the script to finally get your `RefreshToken`.## Install & Usage
### Clone
git clone [email protected]:sebastianfeldmann/phpbu-dropbox-helper.git
cd phpbu-dropbox-helper
composer install
bin/dropbox### Composer
composer require --dev phpbu/phpbu-dropbox-helper
vendor/bin/dropbox