PHPackages                             racenationcc/laravel-dropbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. racenationcc/laravel-dropbox

ActiveLibrary[File &amp; Storage](/categories/file-storage)

racenationcc/laravel-dropbox
============================

A Laravel Dropbox v2 package

v1.0.4(2y ago)136MITPHP

Since Sep 26Pushed 2y agoCompare

[ Source](https://github.com/racenationcc/laravel-dropbox)[ Packagist](https://packagist.org/packages/racenationcc/laravel-dropbox)[ Docs](https://github.com/racenationcc/laravel-dropbox)[ GitHub Sponsors](https://github.com/dcblogdev)[ RSS](/packages/racenationcc-laravel-dropbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d2a421e9a3e37cfd68714ad1ffeff8dd1ba1ee669608d6a1e34eeaf89c546ff9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726163656e6174696f6e63632f6c61726176656c2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/racenationcc/laravel-dropbox)[![Total Downloads](https://camo.githubusercontent.com/b0c17ef1bef88444ab624ec3a72f2a9fb4195516bce6d49ebaef2f1ee0ec9283/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726163656e6174696f6e63632f6c61726176656c2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/racenationcc/laravel-dropbox)

[![Logo](https://repository-images.githubusercontent.com/189828582/4defa980-49c1-11eb-9668-76f985726c80)](https://repository-images.githubusercontent.com/189828582/4defa980-49c1-11eb-9668-76f985726c80)

**Forked from dcblogdev/laravel-dropbox**

A Laravel package for working with Dropbox v2 API.

Dropbox API documentation can be found at:

Application Register
--------------------

[](#application-register)

To use Dropbox API an application needs creating at

Create a new application, select either Dropbox API or Dropbox Business API Next select the type of access needed either the app folder (useful for isolating to a single folder), or full Dropbox.

Next copy and paste the APP Key and App Secret into your .env file:

```
DROPBOX_CLIENT_ID=
DROPBOX_SECRET_ID=

```

Now enter your desired redirect URL. This is the URL your application will use to connect to Dropbox API.

A common URL is

Install
-------

[](#install)

Via Composer

```
composer require racenationcc/laravel-dropbox

```

Config
------

[](#config)

You can publish the config file with:

```
php artisan vendor:publish --provider="racenationcc\Dropbox\DropboxServiceProvider" --tag="config"

```

When published, the config/dropbox.php config file contains, make sure to publish this file and change the scopes to match the scopes of your Dropbox app, inside Dropbox app console.

```
