I used to use Dropbox.CoreApi.Android. When v1 had retired, i was trying to use v2. But i got this issue:
Severity Code Description Project File Line Suppression State
Error Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Perhaps it doesn't exist in the Mono for Android profile?
Имя файла: 'Microsoft.Threading.Tasks.dll'
в Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters)
в Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(ICollection`1 assemblies, AssemblyDefinition assembly, Boolean topLevel)
в Xamarin.Android.Tasks.ResolveAssemblies.Execute()
Some minutes of googling later i found that the .NET part of Dropbox API is for WPF.(Is it true?)
I can't find Xamarin.Android samples with using v2. There are only old projects with v1.