{"id":13994174,"url":"https://github.com/dropbox/dropbox-api-v2-repl","last_synced_at":"2025-07-22T19:31:03.785Z","repository":{"id":29742613,"uuid":"33286090","full_name":"dropbox/dropbox-api-v2-repl","owner":"dropbox","description":"Utilities to test the Dropbox API v2.","archived":false,"fork":false,"pushed_at":"2019-05-13T22:51:15.000Z","size":11,"stargazers_count":26,"open_issues_count":0,"forks_count":5,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-06-10T03:11:21.543Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dropbox.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-02T02:58:08.000Z","updated_at":"2023-08-21T19:29:50.000Z","dependencies_parsed_at":"2022-07-21T04:24:22.063Z","dependency_job_id":null,"html_url":"https://github.com/dropbox/dropbox-api-v2-repl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dropbox/dropbox-api-v2-repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-api-v2-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-api-v2-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-api-v2-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-api-v2-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropbox","download_url":"https://codeload.github.com/dropbox/dropbox-api-v2-repl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-api-v2-repl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561131,"owners_count":23948601,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-09T14:02:44.936Z","updated_at":"2025-07-22T19:31:03.538Z","avatar_url":"https://github.com/dropbox.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Dropbox API v2 REPL\n\nA Python REPL that lets you make calls to the Dropbox API v2.\n\n1. Get a Dropbox API access token.  You can use the Dropbox website to [get an access token for your own account](https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/).\n\n2. Put the access token in a file called `auth.json`:\n\n    ```json\n    {\n        \"access_token\": \"\u003cinsert-access-token-here\u003e\"\n    }\n    ```\n\n3. Run the command: `python repl.py auth.json`.\n\n    ```\n    For help, type 'hint'\n\n    In [1]: hint\n    Out[1]:\n\n    Use 'a' to make requests to the \"api\" server.\n    Use 'c' to make requests to the \"content\" server.\n\n    Examples:\n        a.rpc('files/get_metadata', path='/Camera Uploads')\n        c.up('files/upload', path='/faq.txt', mode='add', _b=b'What?')\n        c.down('files/download', path='/faq.txt', _h={'If-None-Match': 'W/\"1234\"'})\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropbox%2Fdropbox-api-v2-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropbox%2Fdropbox-api-v2-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropbox%2Fdropbox-api-v2-repl/lists"}