Dropbox Business Administrator Toolkit
Included here is a code sample to serve as a base for common Dropbox Business and Dropbox Enterprise tasks.
It is an example of the types of tasks the Dropbox Services team get asked to work on with customers.
Licensing
All code within this folder is covered by the Apache License as described in LICENSE.txt.
Please carefully note:
"Disclaimer of Warranty. [...] the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License." Script Conventions
Tip:
The example requires an administrator of the Dropbox Business team to create authorization tokens for the application.
For a production ready application we would recommend that you implement full OAuth authentication.