{"id":21422117,"url":"https://github.com/mplodowski/dropboxadapter-plugin","last_synced_at":"2025-07-14T08:31:05.388Z","repository":{"id":52266420,"uuid":"105370917","full_name":"mplodowski/dropboxadapter-plugin","owner":"mplodowski","description":"https://octobercms.com/plugin/renatio-dropboxadapter","archived":false,"fork":false,"pushed_at":"2025-07-07T13:53:15.000Z","size":308,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T14:57:46.708Z","etag":null,"topics":["octobercms-plugin"],"latest_commit_sha":null,"homepage":"https://octobercms.com/plugin/renatio-dropboxadapter","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mplodowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-30T13:14:16.000Z","updated_at":"2025-07-07T13:53:19.000Z","dependencies_parsed_at":"2023-01-21T12:00:12.161Z","dependency_job_id":null,"html_url":"https://github.com/mplodowski/dropboxadapter-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mplodowski/dropboxadapter-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplodowski%2Fdropboxadapter-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplodowski%2Fdropboxadapter-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplodowski%2Fdropboxadapter-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplodowski%2Fdropboxadapter-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mplodowski","download_url":"https://codeload.github.com/mplodowski/dropboxadapter-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mplodowski%2Fdropboxadapter-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262588,"owners_count":23736422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["octobercms-plugin"],"created_at":"2024-11-22T20:44:56.311Z","updated_at":"2025-07-14T08:31:05.007Z","avatar_url":"https://github.com/mplodowski.png","language":"PHP","funding_links":["https://www.paypal.me/mplodowski"],"categories":[],"sub_categories":[],"readme":"# Dropbox Adapter Plugin\n\nDropbox v2 API filesystem adapter plugin for OctoberCMS.\n\n\u003e **Important note:** Currently October does not support using Dropbox for `media` and `uploads` disks.\n\u003e This plugin solely purpose is to allow using Dropbox as storage option for [BackupManager plugin](https://octobercms.com/plugin/renatio-backupmanager).\n\n## Installation\n\nThere are couple ways to install this plugin.\n\n1. Use October [Marketplace](http://octobercms.com/help/site/marketplace) and __Add to project__ button.\n2. Use October backend area *Settings \u003e System \u003e Updates \u0026 Plugins \u003e Install Plugins* and type __Renatio.DropboxAdapter__.\n3. Use `php artisan plugin:install Renatio.DropboxAdapter` command.\n4. Use `composer require renatio/dropboxadapter-plugin` in project root.\n\n## Configuration\n\nThe first thing you need to do is to get an authorization token at Dropbox. A token can be generated in the [App Console](https://www.dropbox.com/developers/apps) for any Dropbox API app. You'll find more info at [the Dropbox Developer Blog](https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/).\n\nAdd new filesystem disk in `disks` array in `config/filesystems.php`:\n\n```\n'dropbox' =\u003e [\n    'driver' =\u003e 'dropbox',\n    'authorization_token' =\u003e env('DROPBOX_ACCESS_TOKEN'),\n],\n```\n\nSet generated authorization token `DROPBOX_ACCESS_TOKEN` in your `.env` file.\n\n## Like this plugin?\n\nIf you like this plugin, give this plugin a Like or Make donation with [PayPal](https://www.paypal.me/mplodowski).\n\n## My other plugins\n\nPlease check my other [plugins](https://octobercms.com/author/Renatio).\n\n## Support\n\nPlease use [GitHub Issues Page](https://github.com/mplodowski/backupmanager-plugin-public/issues) to report any issues\nwith plugin.\n\n\u003e Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmplodowski%2Fdropboxadapter-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmplodowski%2Fdropboxadapter-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmplodowski%2Fdropboxadapter-plugin/lists"}