<?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: Download on scoped app in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/462702#M23704</link>
    <description>&lt;P&gt;That was it, I was setting it via the dbx.pathRoot attribute because I followed the guide on GitHub. Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 16:02:59 GMT</pubDate>
    <dc:creator>sosnos</dc:creator>
    <dc:date>2020-10-19T16:02:59Z</dc:date>
    <item>
      <title>Download on scoped app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/462689#M23701</link>
      <description>&lt;P&gt;I got a Scoped App (App Folder) where I put a JPG image and now I want to download it with my Javascript app, on a Node JS environment.&lt;/P&gt;&lt;P&gt;When I try to use the "filesDownload" method, I get the error "Error in call to API function "files/download": Path root is not supported for sandbox app.". I'm calling the function with a path argument "/Applicazioni/MyRepo/MyImage.jpg" (Applicazioni would be italian for Apps) which is the path that the Dropbox App Console created automatically when I generated the App. I tried changing the path using Apps, I tried removing the path and leaving just the file name, but nothing works. What could be the problem here?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 15:42:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/462689#M23701</guid>
      <dc:creator>sosnos</dc:creator>
      <dc:date>2020-10-19T15:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Download on scoped app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/462699#M23703</link>
      <description>&lt;P&gt;This error message indicates&amp;nbsp;that your API app has the "app folder" access type, but you're supplying the "Dropbox-API-Path-Root" header. For example, in &lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_blank"&gt;the Dropbox API v2 JavaScript SDK&lt;/A&gt;, you might be setting that &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#toc1__anchor" target="_self"&gt;via the&amp;nbsp;pathRoot option on the&amp;nbsp;Dropbox object&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apps with the app folder access type are restricted to their own app folder, and so cannot access other roots. That being the case, you should not attempt to set another path root when using an access token for an app with the app folder access type, so don't set the pathRoot option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, regarding your path value, note that you should not include the path to your app folder itself. To access a file in your app folder, you would just use a path relative to the app folder, like "/MyImage.jpg".&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 15:42:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/462699#M23703</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-10-19T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Download on scoped app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/462702#M23704</link>
      <description>&lt;P&gt;That was it, I was setting it via the dbx.pathRoot attribute because I followed the guide on GitHub. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 16:02:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/462702#M23704</guid>
      <dc:creator>sosnos</dc:creator>
      <dc:date>2020-10-19T16:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Download on scoped app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/723813#M31978</link>
      <description>&lt;P&gt;This fix didn't work for me! I still get the error &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 05:21:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/723813#M31978</guid>
      <dc:creator>BillyVail</dc:creator>
      <dc:date>2023-10-24T05:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Download on scoped app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/723820#M31979</link>
      <description>&lt;P&gt;Not sure if I posted it correctly? but anyway...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This fix didn't work for me! I still get the error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Billy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillyVail_0-1698127511396.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/41559iF980EE66153F9311/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillyVail_0-1698127511396.png" alt="BillyVail_0-1698127511396.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 06:06:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/723820#M31979</guid>
      <dc:creator>BillyVail</dc:creator>
      <dc:date>2023-10-24T06:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Download on scoped app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/723933#M31982</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1759973"&gt;@BillyVail&lt;/a&gt; Please feel free to &lt;A href="https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014" target="_blank"&gt;open a new thread&lt;/A&gt; with the details of your issue so we can take a look and help you specifically.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 12:55:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Download-on-scoped-app/m-p/723933#M31982</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-24T12:55:12Z</dc:date>
    </item>
  </channel>
</rss>

