{
	"name": "Dropbox",
    "desc": "Dropbox is a storage service that syncs files online and across your computers via installed software. The API allows read/write access to the same files, piggybacking on Dropbox's file synchronization and storage.",
	"url": "https://api.dropboxapi.com/2",
	"oauth2": {
		"authorize": "https://www.dropbox.com/oauth2/authorize",
		"access_token": "https://api.dropboxapi.com/oauth2/token",
		"request": {
			"url": "https://api.dropboxapi.com/2",
			"headers": {
                "Authorization": "Bearer {{token}}"
            }
		}
	},
	"href": {
		"keys": "https://www.dropbox.com/developers/apps/create",
		"docs": "https://www.dropbox.com/developers/reference/api",
		"apps": "https://www.dropbox.com/developers/apps",
		"provider": "https://www.dropbox.com/"
	}
}