<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem of getting full folder path from the shared dropbox link in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-of-getting-full-folder-path-from-the-shared-dropbox-link/m-p/476973#M24153</link>
    <description>&lt;P&gt;This seems to be a duplicate of &lt;A href="https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Problem-of-uploading-image-to-dropbox-shared-link-using-url/td-p/476158" target="_self"&gt;this thread&lt;/A&gt;. Please refer to that for more information.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 15:58:10 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-12-07T15:58:10Z</dc:date>
    <item>
      <title>Problem of getting full folder path from the shared dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-of-getting-full-folder-path-from-the-shared-dropbox-link/m-p/476819#M24152</link>
      <description>&lt;P&gt;I am uploading an image to dropbox shared folder link, so I need full path of this shared dropbox link to upload image to that specific folder. I passed url of the shared folder link to sharing/get_shared_link_metadata but I didn't get path as response. This is the authenticated user account. So, why I didn't get path as response.&lt;/P&gt;
&lt;PRE&gt;dbx.sharingGetSharedLinkMetadata({url: &amp;lt;shared_folder_link&amp;gt;})
    .then(function(response) {
        console.log(response);
        var pathname =  response.result.path_lower;
        dbx.filesUpload({path: pathname+"/image.png", contents: data})
            .then(function(response) {
            console.log(response);
            })
            .catch(function(error) {
                console.error(error);
            });
    })
    .catch(function(error) {
        console.error(error);
    });&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Dec 2020 15:02:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-of-getting-full-folder-path-from-the-shared-dropbox-link/m-p/476819#M24152</guid>
      <dc:creator>Manfred Jeske</dc:creator>
      <dc:date>2020-12-07T15:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem of getting full folder path from the shared dropbox link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-of-getting-full-folder-path-from-the-shared-dropbox-link/m-p/476973#M24153</link>
      <description>&lt;P&gt;This seems to be a duplicate of &lt;A href="https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Problem-of-uploading-image-to-dropbox-shared-link-using-url/td-p/476158" target="_self"&gt;this thread&lt;/A&gt;. Please refer to that for more information.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 15:58:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Problem-of-getting-full-folder-path-from-the-shared-dropbox-link/m-p/476973#M24153</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-07T15:58:10Z</dc:date>
    </item>
  </channel>
</rss>

