How to create a program that takes a file from my computer(image, audio, video or any other file type) and upload it to my dropbox account via curl in c++.
I found this:
https://riptutorial.com/dropbox-api/example/1355/uploading-a-file-via-curl-in-cplusplus
But this code does is crette a new file in my dropbox account in a supplied path.
I want to take a file from my computer and upload it.
Should I modidy the code given in that link ar do any other thing to accomplish my goal?