Discuss Dropbox Developer & API
I am trying to upload the image to the dropbox shared link using the URL but I did not get the path of this shared link. I'm using the below code to get the metadata of the shared folder link but I did not get a path_lower in response.
dbx.sharingGetSharedLinkMetadata({url: req.body.reference})
.then(function(response) {
console.log(response);
var pathname = response.result.path_lower;
dbx.filesUpload({path: "/"+pathname, contents: data})
.then(function(response) {
console.log(response);
})
.catch(function(error) {
console.error(error);
});
})
.catch(function(error) {
console.error(error);
});I appreciate your help. Thank You.
Where and when I can see the response of my issue ticket no. #11717751.
I am not able to find any response in the ticket support section.
We responded to that ticket on Wednesday. Please check the email inbox for the email address on the account used to open that ticket for the response. If you don't see it, please check the spam folder too.
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!