Itay Sagui

Results 14 comments of Itay Sagui

How about using https://github.com/GetmeUK/ContentTools for the editor?

Did you make sure to register your callback: ```csharp ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(ValidateCertificate); ```` Which version of .Net are you using? .Net Framework 4.x? .Net Core 2.x? .Net Core 3.x

I don't think that the WebDAV protocol allows accessing/downloading parts of files...

You shouldn't authorize your client more than once - after you get the token, you can just pass it as part of the Options object. No need to call Authorize/Token...

Have you considered using a ProgressMessageHandler (available via the [Microsoft ASP.NET Web API 2 Client](http://www.nuget.org/packages/Microsoft.AspNet.WebApi.Client/5.0.0) NuGet package) to provide your own HttpClient?

How are you calling the method? Are you providing a valid target stream? Do you provide a rev? asTeamMember?

Can you submit a PR?

This seems more like some invalid response returned from Dropbox, since "pending" doesn't seem like a valid value for "photo_info" (which usually contains the time_taken and lat_long of the photo)....