Hi everybody!
I'm using the HTTP Api v2 and C#
I am trying to:
- Create a folder
- Copy a file inside the folder
- Generate a shared link with settings for the folder
- Download the content of the folder using WebClient
The folder is created, the files are copied inside the folder correctly but the link generated is pointing to what seems to be another folder with the same name ( ? ) without any content so I end up downloading an empty .zip. If i copy and paste the shared link that i generate with the API in my browser's address bar I can see an empty folder. If I access my dropbox and reach said folder and manually share it via dropbox Web UI, I get a link which is different and shows the files that I have uploaded.
I am a bit puzzled by this. I'm guessing it has to do with permissions of some sort?
Thanks in advance,
Chris