You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
I get the exception below. The only related cause I can think of is that I'm trying to use a more recent version of the Newtonsoft.Json library.
System.AggregateException : One or more errors occurred.
----> Newtonsoft.Json.JsonSerializationException : Error converting value "pending" to type 'DropboxRestAPI.Models.Core.PhotoInfo'. Path 'photo_info', line 1, position 212.
----> System.ArgumentException : Could not cast or convert from System.String to DropboxRestAPI.Models.Core.PhotoInfo.
Hello,
I get the exception below. The only related cause I can think of is that I'm trying to use a more recent version of the Newtonsoft.Json library.