lastate.blogg.se

Dropbox developer ideas
Dropbox developer ideas













The Team Admin Workflows collection is already in use by customers and helping administrators manage their teams.įor a more comprehensive look at team administration using the Dropbox Business API, we recommend reading our Dropbox Team Administration Guide. We believe that pretty soon you'll be modifying our scripts or creating new ones to fit your needs. We recommend reading Postman’s scripting documentation. The scripting language that Postman uses is based on Node.js.

dropbox developer ideas

The picture below is the Dropbox page in the Postman API Network:

  • Bulk Deprovision Members without Transfer Destination.
  • Bulk Deprovision Members with Transfer Destination.
  • These are some of the workflows you'll find: We used that customer feedback to define the workflows in the collection. Our team of technical architects, experienced in supporting large Dropbox deployments, had already been using Postman to help customers. We built the first version of the Dropbox Team Admin Workflows collection during this year's Hack Week, our company-wide annual hacking event. It also has an API Network, where companies can publish their collections of endpoints and expose their public APIs to a large population of developers and administrators.Ĭombining the ability to sequence requests and publish collections, Postman seemed like a great platform to build and distribute administrative workflows our customers have been requesting. It has many capabilities, among them the ability to create collections of requests, run scripts before and after issuing requests and executing multiple requests in sequence.

    dropbox developer ideas

    We were looking for a way to show how to implement these workflows with the Dropbox API in a format that they could be easily executable, but also extendable, so they can be improved as business needs change.Įnter Postman, an API Lifecycle Platform that has more than 10 million registered users. For example, when you need to remove a number of members from the team, running a script is much faster than manually removing each one.Ĭertain administrative tasks are carried out by combining multiple API requests, executing them sequentially or in conditional loops. The rich Dropbox API allows business customers to manage their content and their team programmatically.Īlthough Dropbox Business has a web-based management console, some Dropbox team administration tasks, such as onboarding/off-boarding users, are carried out more efficiently through the API.

    dropbox developer ideas

    Dropbox has more than 500,000 teams using Dropbox Business collaboration capabilities.















    Dropbox developer ideas