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 = "/Users/user01/Downloads/"; var lastpath = folder + file; var mem = new…