Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Good Afternoon
I am trying to delete an uploaded image from my dropbox account via the api v2 on visual studio. I'm attempting to use Deletev2Async, however the path I'm sending is incorrect. When uploading an image, i'm storing the url that let's me show the image on my database but when using that I keep getting errors on the path.
[Edit]
Nvm Solved it. Thanks Anyway 🙂
I'm glad to hear you already sorted this out.
For anyone else who comes across this with the same issue, note that to delete a file via the API, you should supply the Dropbox path of the file, not the URL. For example, when calling DeleteV2Async, you can supply the Metadata.PathLower or FileMetadata.Id value as the "path" parameter.
For my solution, I saved the image name with extension and for the DeleteV2Async put:
"/Images/" + that image name
And it worked 🙂
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!