Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to Dropbox APIs

Leah Culver
September 19, 2015

Intro to Dropbox APIs

Dropbox keeps all your files safe and synced and makes it easy to share files with anyone. The Dropbox Platform gives developers access to hundreds of millions of Dropboxes through several simple APIs. Learn all about the Dropbox APIs, featuring our new API v2 and our Core API, both which allow you to interact with files in a user's Dropbox account: access, edit, and share files and folders, plus much more (file previews, thumbnails, search, etc). Looking to quickly choose a file from Dropbox or save a file to Dropbox? Then check out Drop-ins, pre-built UI components that you can integrate with just a few lines of code. You can even build an app using our Dropbox for Business API for additional admin capabilities.

Hack the North, September 19, 2015
http://hackthenorth.com/

Leah Culver

September 19, 2015
Tweet

More Decks by Leah Culver

Other Decks in Programming

Transcript

  1. Dropbox APIs 400M+ users
 70% of whom are outside the

    US 300,000+ apps using Dropbox APIs
  2. API v2 new! improved! • REST-ish, OAuth 2.0, JSON •

    SDKs for Python, Swift, .NET, HTTP • not quite done… soon!
  3. API v2 • User data
 /users/get_account • Get metadata
 /files/get_metadata

    • List folder
 /files/list_folder • Upload file
 /upload • Get a thumbnail
 /get_thumbnail • Search (new in v2!)
 /search … and more!
  4. Drop-ins just a few lines of code! • choose a

    file from Dropbox • JavaScript, iOS, Android • save a file to Dropbox • JavaScript Chooser Saver
  5. Core API HTTP API for files • SDKs for Python,

    Ruby, PHP, Java,
 Android, iOS, and OS X • Community supported libraries for
 JavaScript, C#, Perl, and more
  6. Dropbox for Business API business apps admin capabilities: • team

    member management • group management • reports and audit log • act on behalf of team members