You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

MartaMarco1972's avatar
MartaMarco1972
Explorer | Level 3
8 years ago

using c# for upload text file

I'm trying to upload a text file to my account, but something I'ts wrong   static async Task Run() { using (var dbx = new DropboxClient("MYTOKEN")) { var file = "list.txt"; var folder = "/Use...