Xamarin.DropBox.APi - HTTP 400 (Bad request) on DownloadAsync

Hi, I have the following code in a static helper class which works perfectly in a Windows UWP app: public static DropboxClient dbxClient { get; private set; } ...... public static async Task<string> DownloadFile(string filePath, string fileName, string accessToken) {             string output = null...</string>