Was having some issues with Dropbox, so decided to go back to basics, and found even SimpleTest wasn't working, so I deleted and recloned, changed only the apikey in SimpleTest, and this time I managed to get the app authoristion screen to come up (wasn't getting that far before), so all appeared to be working now... until this -
System.AggregateException
HResult=0x80131500
Message=One or more errors occurred.
Source=mscorlib
StackTrace:
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at SimpleTest.Program.Main(String[] args) in
\Users\Donald\Source\Repos\dropbox-sdk-dotnet\dropbox-sdk-dotnet\Examples\SimpleTest\Program.cs:line 47
Inner Exception 1:
ApiException`1: path/conflict/folder/.
As noted, this is a fresh installation of dropbox-sdk-dotnet (I deleted the whole folder before recloning), so there shouldn't be any problems with existing folders. What do I need to do to fix this?