Is it possible to update content of an xml file in DropBox using DropBox API?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I want to update an existing XML file in DropBox without uploading and replacing a new file. Is it possible using DropBox API?
-
I want to update an existing XML file in DropBox without uploading and replacing a new file. Is it possible using DropBox API?
After a quick look at the documentation for the API, found here[^], no, you can't.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak