{"id":15964633,"url":"https://github.com/voronind/dropbox","last_synced_at":"2026-02-20T12:30:18.686Z","repository":{"id":29415655,"uuid":"32951228","full_name":"voronind/dropbox","owner":"voronind","description":"Fork of official Dropbox SDK for Python. Supports Python 3","archived":false,"fork":false,"pushed_at":"2015-05-10T21:50:27.000Z","size":808,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T03:14:07.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voronind.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.mdown","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-26T20:51:06.000Z","updated_at":"2015-03-26T20:53:39.000Z","dependencies_parsed_at":"2022-09-02T06:22:44.663Z","dependency_job_id":null,"html_url":"https://github.com/voronind/dropbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voronind%2Fdropbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voronind%2Fdropbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voronind%2Fdropbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voronind%2Fdropbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voronind","download_url":"https://codeload.github.com/voronind/dropbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239846370,"owners_count":19706759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T17:03:08.988Z","updated_at":"2026-02-20T12:30:18.611Z","avatar_url":"https://github.com/voronind.png","language":"Python","readme":"Dropbox Core SDK for Python\n===========================\n\nA Python library for Dropbox's HTTP-based Core and Datastore APIs.\n\n- https://www.dropbox.com/developers/core/docs\n- https://www.dropbox.com/developers/datastore/docs\n\nSetup\n-----\n\nYou can install this package using ``pip``::\n\n   $ pip install dropbox\n\nGetting a Dropbox API key\n-------------------------\n\nYou need a Dropbox API key to make API requests.\n\n- Go to https://dropbox.com/developers/apps.\n- If you've already registered an app, click on the \"Options\" link to see the\n  app's API key and secret.\n- Otherwise, click \"Create an app\" to register an app. Choose \"Dropbox API\"\n  with datastore and/or file permissions depending on your needs.\n  See https://www.dropbox.com/developers/reference#app-permissions.\n\nUsing the Dropbox API\n---------------------\n\nFull documentation:\n\n- https://www.dropbox.com/developers/core/docs\n- https://www.dropbox.com/developers/datastore/docs\n\nBefore your app can access a Dropbox user's files, the user must authorize your\napplication using OAuth 2.  Successfully completing this authorization flow\ngives you an \"access token\" for the user's Dropbox account, which grants you the\nability to make Dropbox API calls to access their files.\n\n- Authorization example for a web app: example/flask_app/\n- Authorization example for a command-line tool:\n  https://www.dropbox.com/developers/core/start/python\n\nOnce you have an access token, create a DropboxClient instance and start making\nAPI calls.\n\nYou only need to perform the authorization process once per user.  Once you have\nan access token for a user, save it somewhere persistent, like in a database.\nThe next time that user visits your app, you can skip the authorization process\nand go straight to making API calls.\n\nRunning the Examples\n--------------------\n\nThere are example programs in the \"example\" folder.  Before you can run an\nexample, you need to edit the \".py\" file and put your Dropbox API app key and\nsecret in the \"APP_KEY\" and \"APP_SECRET\" constants.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronind%2Fdropbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoronind%2Fdropbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoronind%2Fdropbox/lists"}