Hello.
How I can get a list of revisions (and other data) of the shared to me file (Only a file is shared, not folder).
I uses the method client.Sharing.ListReceivedFilesAsync() for getting the list of shared to me files.
But all the methods (client.Files.DownloadAsync(entry.Id), client.Files.ListRevisionsAsync(entry.Id), client.Files.GetMetadataAsync(entry.Id)) returns the error 'path not found'.