I've been experimenting with the Dropbox v2 api
Some success - I can get my profile details etc
so obviously I'm connecting ok
but am stuck on listing downloading and uploading
I'm obviously doing something wrong in specifying path
if I leave off a slash "/" from dbx.Files.ListFolderAsync("subpass4"); where dbx is the dropbox client and subpass is folder
then I get 'argument out of range value should match pattern....'
if I include a slash then I get 'path not found' even though it is clearly visible and straight off the root
I've tried putting in a tilde or "../" and the usual folder stuff but always get 'argument out of range'
Anyone know what the magic is to specifying folder and file in the DropboxClient.Files.ListFolderAsync() method?