<?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: files/list_folder and MANUALLY created shared link in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-and-MANUALLY-created-shared-link/m-p/417630#M22490</link>
    <description>&lt;P&gt;You don't need to escape the "/" characters in the the shared link URL you send to Dropbox. Are you actually sending those "\/" like that, or is that just some special escaping you need to do first in your environment? Even if so, you're missing one in the initial "https://".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "url" value you send should look like:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;A href="https://www.dropbox.com/sh/abc1234/ABCD1234efghi?dl=0" target="_blank"&gt;https://www.dropbox.com/sh/abc1234/ABCD1234efghi?dl=0&lt;/A&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Wed, 06 May 2020 15:50:00 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-05-06T15:50:00Z</dc:date>
    <item>
      <title>files/list_folder and MANUALLY created shared link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-and-MANUALLY-created-shared-link/m-p/417609#M22486</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I have created the shared link to folder in my application directory, for example: Apps/AppFoldername/Foldername&lt;/P&gt;
&lt;P&gt;And I want to get list of all files from this directory by API.&lt;/P&gt;
&lt;P&gt;I made the request with parameters:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
"shared_link":{"url":"https:\/www.dropbox.com\/sh\/test\/test?dl=0"},"path":""
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;https:\/www.dropbox.com\/sh\/test\/test?dl=0&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;is my shared link, which I created by WEB interface of dropbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I received the response with error:&lt;/P&gt;
&lt;PRE&gt;{
    "error_summary": "path/not_found/",
    "error": {
        ".tag": "path",
        "path": {
            ".tag": "not_found"
        }
    }
}&lt;/PRE&gt;
&lt;P&gt;How I can get the list of files? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 19:21:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-and-MANUALLY-created-shared-link/m-p/417609#M22486</guid>
      <dc:creator>Feniksss</dc:creator>
      <dc:date>2020-05-06T19:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder and MANUALLY created shared link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-and-MANUALLY-created-shared-link/m-p/417630#M22490</link>
      <description>&lt;P&gt;You don't need to escape the "/" characters in the the shared link URL you send to Dropbox. Are you actually sending those "\/" like that, or is that just some special escaping you need to do first in your environment? Even if so, you're missing one in the initial "https://".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "url" value you send should look like:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;A href="https://www.dropbox.com/sh/abc1234/ABCD1234efghi?dl=0" target="_blank"&gt;https://www.dropbox.com/sh/abc1234/ABCD1234efghi?dl=0&lt;/A&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 06 May 2020 15:50:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/files-list-folder-and-MANUALLY-created-shared-link/m-p/417630#M22490</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-06T15:50:00Z</dc:date>
    </item>
  </channel>
</rss>

