dropbox-sdk-dotnet icon indicating copy to clipboard operation
dropbox-sdk-dotnet copied to clipboard

The Official Dropbox API V2 SDK for .NET

Results 64 dropbox-sdk-dotnet issues
Sort by recently updated
recently updated
newest added

Microsoft & many developers have been moving their apps & libraries from Newtsoft.Json to System.Text.Json recently (e.g. the Microsoft Graph SDK for .NET). It would be very appreciated if this...

enhancement

**Describe the bug** When invoking `DropboxOAuth2Helper.ProcessCodeFlowAsync(Uri responseUri, string appKey, string appSecret, string redirectUri = null, string state = null, HttpClient client = null, string codeVerifier = null)`, __the one with...

bug

**Describe the bug** In testing a revoked refresh token used when calling `Files.ListFolderAsync`, the Dropbox SDK threw a generic `HttpRequestException` with status `400 Bad Request`. There is no indication of...

bug

When calling ChunkUpload with files over 2GB, the line 499 from dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs overflows due to the following code: ` UploadSessionCursor cursor = new UploadSessionCursor(sessionId, (ulong)(chunkSize * idx)); ` since both...

## **Checklist** **General Contributing** - [ ] Have you read the Code of Conduct and signed the [CLA](https://opensource.dropbox.com/cla/)? **Is This a Code Change?** - [ ] Non-code related change (markdown/git...

I've had success with resuming uploads using (as was suggested in a previous question that I asked): UploadSessionStartAsync UploadSessionAppendV2Async UploadSessionFinishAsync Is the means to resume a download similar? or even...

enhancement

I'm unable to load both UWP projects in Visual Studio 2017. Here is the popup message upon loading the project. ![vs2017-incompatible](https://user-images.githubusercontent.com/13918341/51229831-bc83fa00-1998-11e9-8933-3e812fac338c.PNG)

bug

I have looked in documentation and looking for appending to already existing files. Microsoft Azure data lake store allows to [append data](https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-get-started-net-sdk#append-to-a-file) in already uploaded files. Looking forward to this...

enhancement

First things first, thx a million for this api its really good i got downloading with progress to work but i m still stuck at reporting progress when uploading files....

Hopefully the title is self-explanatory, but if it isn't let me know.

enhancement