Hi there Dropboxers,
I'm trying to create a folder directly to my box from your server. I have the DropboxClient client and the AccessToken , but the method : client.Files.CreateFolderAsync("NewFolder"); doesn't work . Maybe the path that I'm providing is wrong ? How it should look ? Can you give me a correct example call for this method to see how the path must look? I'm using the new sdk version for .Net v2.
Thank you