Hi
When I upload a file using the code below the file appears in my folder at zero size.
Uploading the file manually works fine. so I know the file is ok
I've looked thru similar old posts but I'm still struggling - any advice??
curl -X POST https://content.dropboxapi.com/2/files/upload \
--header 'Authorization: Bearer MYTOKEN' \
--header 'Content-Type: application/octet-stream' \
--header 'Dropbox-API-Arg: {"path":"/RoomVT/Clown2.jpeg"}'
--data-binary @/Splash.jpeg