{"id":28280535,"url":"https://github.com/fsspec/dropboxdrivefs","last_synced_at":"2025-06-27T16:33:13.390Z","repository":{"id":44790433,"uuid":"227475720","full_name":"fsspec/dropboxdrivefs","owner":"fsspec","description":"dropbox implementation for intake module","archived":false,"fork":false,"pushed_at":"2024-05-27T14:12:18.000Z","size":44,"stargazers_count":4,"open_issues_count":6,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T00:06:21.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fsspec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-11T22:54:55.000Z","updated_at":"2024-05-27T18:52:06.000Z","dependencies_parsed_at":"2024-05-20T20:22:14.734Z","dependency_job_id":"45042c70-a6bc-494d-954c-43d217cd44d6","html_url":"https://github.com/fsspec/dropboxdrivefs","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.1333333333333333,"last_synced_commit":"0da658d414bf64636c858168b6e7e3c42011a6c9"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fsspec/dropboxdrivefs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsspec%2Fdropboxdrivefs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsspec%2Fdropboxdrivefs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsspec%2Fdropboxdrivefs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsspec%2Fdropboxdrivefs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsspec","download_url":"https://codeload.github.com/fsspec/dropboxdrivefs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsspec%2Fdropboxdrivefs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260244883,"owners_count":22980095,"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":"2025-05-21T10:17:13.353Z","updated_at":"2025-06-16T21:32:36.078Z","avatar_url":"https://github.com/fsspec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nThis package is one of the implementation available in the fsspec module. \n\nIt can be used alone, or dask and intake by indicating the  protocol in the path file:\n```\ndropbox://file_path\n```\nSmall nicety : file_path in dropbox needs to start at the root \"/folder1/folder2/etc.\" which means your path when using the\nprotocol identifier should look like this : \n```\ndropbox:///folder1/folder2/etc\n```\nYes, with three /// ! What happen if not, for some reasons the dropbox api will remove everything before the first / \nin the path keep only what is after.\n\nIt can also be used directly from the fsspec module to download and upload files in the github account.\n\nThe upload part is using the dropbox API.\n\nThe download part is using the dropbox API to create a temporary link and then used the already existing webhdfs implementation.\nCaching (see fsspec module) is available in that case.\n\nDocumentation of the fsspec module : https://github.com/intake/filesystem_spec/blob/master/docs/source/features.rst\n\n## Install\n\n```\npip install dropboxdrivefs\n```\n\n### How to obtain your access token? \n\nhttps://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/\n\n## Thanks\n\nThanks to martindurant and TomAugspurger for the help to developping this implementation\nsee info about the development: https://github.com/intake/filesystem_spec/pull/207\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsspec%2Fdropboxdrivefs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffsspec%2Fdropboxdrivefs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffsspec%2Fdropboxdrivefs/lists"}