{"id":28550687,"url":"https://github.com/dropbox/dropbox-sdk-dotnet","last_synced_at":"2025-07-04T05:30:59.155Z","repository":{"id":33864409,"uuid":"37572093","full_name":"dropbox/dropbox-sdk-dotnet","owner":"dropbox","description":"The Official Dropbox API V2 SDK for .NET","archived":false,"fork":false,"pushed_at":"2025-02-06T15:06:35.000Z","size":384717,"stargazers_count":340,"open_issues_count":46,"forks_count":443,"subscribers_count":61,"default_branch":"main","last_synced_at":"2025-06-10T03:10:04.551Z","etag":null,"topics":["dotnet","dropbox","dropbox-api","dropbox-sdk","dropbox-v2","netframework","netstandard","sdk","sdk-dotnet"],"latest_commit_sha":null,"homepage":"https://www.dropbox.com/developers","language":"C#","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/dropbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-06-17T04:16:18.000Z","updated_at":"2025-06-02T04:55:54.000Z","dependencies_parsed_at":"2023-01-15T03:15:44.790Z","dependency_job_id":"1313ed01-8954-4a03-95d8-686520954b5c","html_url":"https://github.com/dropbox/dropbox-sdk-dotnet","commit_stats":null,"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"purl":"pkg:github/dropbox/dropbox-sdk-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropbox","download_url":"https://codeload.github.com/dropbox/dropbox-sdk-dotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-dotnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263452442,"owners_count":23468641,"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":["dotnet","dropbox","dropbox-api","dropbox-sdk","dropbox-v2","netframework","netstandard","sdk","sdk-dotnet"],"created_at":"2025-06-10T03:10:05.111Z","updated_at":"2025-07-04T05:30:59.143Z","avatar_url":"https://github.com/dropbox.png","language":"C#","readme":"## Important: Make sure you're using v7.0.0 or newer of this SDK by January 2026 for continued compatibility with the Dropbox API servers. Please refer to this blog post for more information: https://dropbox.tech/developers/api-server-certificate-changes\n\n[![Logo][logo]][repo]\n\n[![NuGet](https://img.shields.io/badge/Frameworks-.NetStandard%202.0-blue)](https://www.nuget.org/packages/Dropbox.Api)\n[![NuGet](https://img.shields.io/nuget/v/Dropbox.Api.svg)](https://www.nuget.org/packages/Dropbox.Api)\n[![codecov](https://codecov.io/gh/dropbox/dropbox-sdk-dotnet/branch/main/graph/badge.svg)](https://codecov.io/gh/dropbox/dropbox-sdk-dotnet)\n\nThe offical Dropbox SDK for DotNet.\n\nDocumentation can be found on [GitHub Pages][documentation]\n\n## Installation\n\nCreate an app via the [Developer Console][devconsole]\n\nInstall via [NuGet](https://www.nuget.org/)\n\n```\nPM\u003e Install-Package Dropbox.Api\n```\n\nAfter installation, follow one of our [Examples][examples] or read the [Documentation][documentation].\n\nYou can also view our [OAuth guide][oauthguide].\n\n## Examples\n\nWe provide [Examples][examples] to help get you started with a lot of the basic functionality in the SDK.\n\n- **OAuth**\n    - [OAuth Basic](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/OauthBasic) - Simple application that runs through a basic OAuth flow to acquire a token and make a call to users/get_current_account.\n    - [OAuth PKCE](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/OAuthPKCE) - Simple application that runs through an OAuth flow using [PKCE](https://oauth.net/2/pkce/) and acquires a token to make a call to users/get_current_account.\n- **Other Examples**\n    - [Simple Test](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/SimpleTest) - This is a simple test which validates some simple functionality (This is a good place to start to see how the SDK can be used)\n    - [Simple Blog Demo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/SimpleBlogDemo) - This is a simple demo of how the Dropbox SDK can be used to create a simple blog with backed up blog posts\n    - [Simple Business Dashboard](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/SimpleBusinessDashboard) - This is a demo of a business dashboard\n    - [Universal Demo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/UniversalDemo/UniversalDemo) - This is an example of how to use the SDK across multiple platforms\n\n## Getting Help\n\nIf you find a bug, please see [CONTRIBUTING.md][contributing] for information on how to report it.\n\nIf you need help that is not specific to this SDK, please reach out to [Dropbox Support][support].\n\n## License\n\nThis SDK is distributed under the MIT license, please see [LICENSE][license] for more information.\n\n[logo]: https://cfl.dropboxstatic.com/static/images/sdk/dotnet_banner.png\n[repo]: https://github.com/dropbox/dropbox-sdk-dotnet\n[documentation]: https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.html\n[examples]: https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples\n[license]: https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/LICENSE\n[contributing]: https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/CONTRIBUTING.md\n[devconsole]: https://dropbox.com/developers/apps\n[oauthguide]: https://www.dropbox.com/lp/developers/reference/oauth-guide\n[support]: https://www.dropbox.com/developers/contact\n","funding_links":[],"categories":["SDK and API Clients","SDK和API客户端","Identifiers"],"sub_categories":["GUI - other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropbox%2Fdropbox-sdk-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropbox%2Fdropbox-sdk-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropbox%2Fdropbox-sdk-dotnet/lists"}