<?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: HTTP Core Api &amp;lt;path&amp;gt; Example? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81244#M2400</link>
    <description>&lt;P&gt;The path in the API call should just be the path to the file in the Dropbox that you want to operate on. In this case, if you want to get the shared link for a file named "example.txt" in a folder named "Documents", the path would be "/Documents/example.txt". &lt;/P&gt;

&lt;P&gt;Note that apps using the app folder permission implicitly have a root of the app folder, so you don't need to do anything special in that case. For example, if your app has the app folder permission and you wanted to access a file in the app folder named "example.txt" in a folder named "Documents", the path would still be "/Documents/example.txt" (even though on the web site you would see it at /Apps/MyAppName/Documents/example.txt.)&lt;/P&gt;</description>
    <pubDate>Sat, 28 Feb 2015 06:06:36 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-02-28T06:06:36Z</dc:date>
    <item>
      <title>HTTP Core Api &lt;path&gt; Example?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81243#M2399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to make a /shares call from Zoho Creator to dropbox using the HTTP Core Api, could someone please provide an example of the &amp;lt;path&amp;gt; needed?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://api.dropbox.com/1/shares/auto/&amp;lt;path" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropbox.com/1/shares/auto/&amp;lt;path&lt;/A&gt;&amp;gt;???&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Damien.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:44:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81243#M2399</guid>
      <dc:creator>Damien C.2</dc:creator>
      <dc:date>2019-05-29T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Core Api &lt;path&gt; Example?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81244#M2400</link>
      <description>&lt;P&gt;The path in the API call should just be the path to the file in the Dropbox that you want to operate on. In this case, if you want to get the shared link for a file named "example.txt" in a folder named "Documents", the path would be "/Documents/example.txt". &lt;/P&gt;

&lt;P&gt;Note that apps using the app folder permission implicitly have a root of the app folder, so you don't need to do anything special in that case. For example, if your app has the app folder permission and you wanted to access a file in the app folder named "example.txt" in a folder named "Documents", the path would still be "/Documents/example.txt" (even though on the web site you would see it at /Apps/MyAppName/Documents/example.txt.)&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 06:06:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81244#M2400</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-28T06:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Core Api &lt;path&gt; Example?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81245#M2401</link>
      <description>&lt;P&gt;So my post url will look like "&lt;A href="https://api.dropbox.com/1/shares/auto/&amp;lt;FolderName&amp;gt;/&amp;lt;FileName" rel="nofollow noreferrer"&gt;https://api.dropbox.com/1/shares/auto/&amp;lt;FolderName&amp;gt;/&amp;lt;FileName&lt;/A&gt;&amp;gt;"?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 06:34:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81245#M2401</guid>
      <dc:creator>Damien C.2</dc:creator>
      <dc:date>2015-02-28T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Core Api &lt;path&gt; Example?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81246#M2402</link>
      <description>&lt;P&gt;That's correct.&lt;/P&gt;

&lt;P&gt;And for further example, if the file is in the root, it's just:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://api.dropbox.com/1/shares/auto/&amp;lt;FileName" rel="nofollow noreferrer"&gt;https://api.dropbox.com/1/shares/auto/&amp;lt;FileName&lt;/A&gt;&amp;gt;&lt;/P&gt;

&lt;P&gt;Or if it's multiple folders deep:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://api.dropbox.com/1/shares/auto/&amp;lt;FolderName1&amp;gt;/&amp;lt;FolderName2&amp;gt;/&amp;lt;FolderName3&amp;gt;/&amp;lt;FileName" rel="nofollow noreferrer"&gt;https://api.dropbox.com/1/shares/auto/&amp;lt;FolderName1&amp;gt;/&amp;lt;FolderName2&amp;gt;/&amp;lt;FolderName3&amp;gt;/&amp;lt;FileName&lt;/A&gt;&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 06:36:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81246#M2402</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-28T06:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Core Api &lt;path&gt; Example?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81247#M2403</link>
      <description>&lt;P&gt;Greg,&lt;/P&gt;

&lt;P&gt;Thank You, I have eventually got it working.&lt;/P&gt;

&lt;P&gt;Damien.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2015 06:52:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTP-Core-Api-lt-path-gt-Example/m-p/81247#M2403</guid>
      <dc:creator>Damien C.2</dc:creator>
      <dc:date>2015-02-28T06:52:29Z</dc:date>
    </item>
  </channel>
</rss>

