is there an option to et from the SDK
that latest person who edit/ modify a file/ folder
I am using .NET SDK version v6.37
need help on how to get this information
Hi @Omri1984
You can use the GetMetadataAsync() method from the .NET SDK to retrieve metadata for a file or folder. However, please note that only shared files will include a SharingInfo object in the response, which contains the ModifiedBy information you’re looking for.
Feel free to review the documentation on the .NET SDK for more details: https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.html