<?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: Error 400 with Download API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456646#M23540</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1355653"&gt;@arpit2011&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Your first error comes from fact you haven't used proper file identifier or path, but a shared link. That's exactly meaning of the error message there. I'm not sure what's not clear.&lt;/P&gt;&lt;P&gt;Your second message shows that for some reason provided id don't identify a valid file anymore. Are you sure the id is actual? Every time a file gets recreated for some reason (intentionally or not) new id gets assigned! Also, are you sure the particular file (and the id) gets stored within the same account identified with the authentication token?&lt;/P&gt;&lt;P&gt;Anyway... Once you have a shared link already you can download the target file directly, without any Dropbox API call. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; Something like:&lt;/P&gt;&lt;PRE&gt;curl --remote-name-all https://dl.dropboxusercontent.com/1/view/j70yl6got1o2x50/Test/testfile.docx&lt;/PRE&gt;&lt;P&gt;... or equivalent call.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Sun, 27 Sep 2020 17:14:29 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2020-09-27T17:14:29Z</dc:date>
    <item>
      <title>Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456640#M23539</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a business requirement in which files could directly be uploaded from dropbox through my javascript based web application(SAPUI5). My application is SAP UI5 based web application and the files chosen from dropbox would be stored inSAP servers. To achieve this integration, I am using Dropbox chooser to get the file link and ID. I am passing this link or ID to /files/download API of Content-download endpoint. However, I am error 400 when I pass the file path and error 409 when I pass the file ID. Please check the screenshots for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error 400 - Bad Request:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Error in call to API function "files/download": HTTP header "Dropbox-API-Arg": path: 'https://dl.dropboxusercontent.com/1/view/j70yl6got1o2x50/Test/testfile.docx' did not match pattern '(/(.|[\r\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)'&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error Message" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/18045i94C169463ECC8ACD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error 400.JPG" alt="Error Message" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error Message&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Request Header 400.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/18064i7D521D68EF06BAC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Request Header 400.png" alt="Request Header 400.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Error 409 - Conflict&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Request Header 409.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/18065i522F845538946FAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Request Header 409.png" alt="Request Header 409.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error 409.JPG" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/18043iD0B76D3E6C9D790F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error 409.JPG" alt="Error 409.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help me to resolve this issue and guide me on how can I achieve this requirement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Arpit&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:11:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456640#M23539</guid>
      <dc:creator>arpit2011</dc:creator>
      <dc:date>2020-09-28T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456646#M23540</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1355653"&gt;@arpit2011&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Your first error comes from fact you haven't used proper file identifier or path, but a shared link. That's exactly meaning of the error message there. I'm not sure what's not clear.&lt;/P&gt;&lt;P&gt;Your second message shows that for some reason provided id don't identify a valid file anymore. Are you sure the id is actual? Every time a file gets recreated for some reason (intentionally or not) new id gets assigned! Also, are you sure the particular file (and the id) gets stored within the same account identified with the authentication token?&lt;/P&gt;&lt;P&gt;Anyway... Once you have a shared link already you can download the target file directly, without any Dropbox API call. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; Something like:&lt;/P&gt;&lt;PRE&gt;curl --remote-name-all https://dl.dropboxusercontent.com/1/view/j70yl6got1o2x50/Test/testfile.docx&lt;/PRE&gt;&lt;P&gt;... or equivalent call.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 17:14:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456646#M23540</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-09-27T17:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456700#M23543</link>
      <description>&lt;P&gt;Hi @&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Здравко&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for helping me out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am passing the ID which I am getting from the chooser function. I am not sure why the ID is being reassigned &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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I do not want to download the file instead I want to store the files in SAP servers. The reason I am calling the &lt;EM&gt;download&amp;nbsp;&amp;nbsp;&lt;/EM&gt;API is I am trying to get the file data in arrayBuffer/BLOB so that I can upload the same in SAP servers. I hope this is the right way to get the file data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I passed the access token after generating from the App console. Is there a way or an API to get the token at the runtime?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for helping me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Arpit&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 01:36:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456700#M23543</guid>
      <dc:creator>arpit2011</dc:creator>
      <dc:date>2020-09-28T01:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456702#M23544</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1355653"&gt;@arpit2011&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;...&lt;BR /&gt;&lt;P&gt;Also, I do not want to download the file instead I want to store the files in SAP servers. The reason I am calling the &lt;EM&gt;download&amp;nbsp;&amp;nbsp;&lt;/EM&gt;API is I am trying to get the file data in arrayBuffer/BLOB so that I can upload the same in SAP servers. I hope this is the right way to get the file data.&amp;nbsp;&lt;/P&gt;...&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, yes, ... Of course.&lt;/P&gt;&lt;P&gt;I'm not saying you have to use my command. This is just for example that you can access the target file using the shared link itself, nothing more. As I have mentioned, you can use everything else ( "... or equivalent call" ). Use whatever is convenient for you to get a picture from link, for example (or anything else from wherever else), in arrayBuffer/BLOB to upload the same wherever you want. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; That's it.&lt;/P&gt;&lt;P&gt;Hope this adds additional clarity.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 01:50:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456702#M23544</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-09-28T01:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456706#M23545</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790"&gt;@Здравко&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1355653"&gt;@arpit2011&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;...&lt;BR /&gt;&lt;P&gt;Also, I do not want to download the file instead I want to store the files in SAP servers. The reason I am calling the &lt;EM&gt;download&amp;nbsp;&amp;nbsp;&lt;/EM&gt;API is I am trying to get the file data in arrayBuffer/BLOB so that I can upload the same in SAP servers. I hope this is the right way to get the file data.&amp;nbsp;&lt;/P&gt;...&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, yes, ... Of course.&lt;/P&gt;&lt;P&gt;I'm not saying you have to use my command. This is just for example that you can access the target file using the shared link itself, nothing more. As I have mentioned, you can use everything else ( "... or equivalent call" ). Use whatever is convenient for you to get a picture from link, for example (or anything else from wherever else), in arrayBuffer/BLOB to upload the same wherever you want. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; That's it.&lt;/P&gt;&lt;P&gt;Hope this adds additional clarity.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, the doubt persists. I still cannot pass the ID into the &lt;EM&gt;download &lt;/EM&gt;API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, How to get the access code in runtime through JS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arpit&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 04:05:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456706#M23545</guid>
      <dc:creator>arpit2011</dc:creator>
      <dc:date>2020-09-28T04:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456893#M23548</link>
      <description>&lt;P&gt;Read &lt;A title="History of XHR" href="https://hpbn.co/xmlhttprequest/" target="_blank" rel="noopener"&gt;here&lt;/A&gt; and learn, if you want.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:33:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456893#M23548</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-09-28T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456997#M23558</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1355653"&gt;@arpit2011&lt;/a&gt;&amp;nbsp;I see that&amp;nbsp;Здравко has already helpfully answered your questions. To confirm, a shared link is not a path, which is why you got that first error. A path would look like "/folder/file.ext".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the ID instead as you attempted, but the /2/files/download endpoint will return that 'path/not_found' error if the app doesn't have access to the identified file. For example, the access token may be for a different account, as&amp;nbsp;Здравко said, or if the app is registered for the "app folder" access type, the app won't have access to the file if it exists outside its app folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for "How to get the access code in runtime through JS", getting an access token does initially require some manual user interaction, but you can store and re-use it after that. I&amp;nbsp;recommend reading &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;authorization documentation&lt;/A&gt; for information on how that all works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;By the way, you should never share your access token, as you did here in your images. I've redacted them for you, but for the sake of security, you should disable that access token since it was posted publicly. You can do so by revoking access to the app entirely, if the access token is for your account, &lt;A href="https://www.dropbox.com/account/connected_apps" target="_self"&gt;here&lt;/A&gt;. Or, you can disable just this access token &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke" target="_self"&gt;using the API&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:12:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/456997#M23558</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-28T18:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/458305#M23598</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1355653"&gt;@arpit2011&lt;/a&gt;&amp;nbsp;I see that&amp;nbsp;Здравко has already helpfully answered your questions. To confirm, a shared link is not a path, which is why you got that first error. A path would look like "/folder/file.ext".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the ID instead as you attempted, but the /2/files/download endpoint will return that 'path/not_found' error if the app doesn't have access to the identified file. For example, the access token may be for a different account, as&amp;nbsp;Здравко said, or if the app is registered for the "app folder" access type, the app won't have access to the file if it exists outside its app folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for "How to get the access code in runtime through JS", getting an access token does initially require some manual user interaction, but you can store and re-use it after that. I&amp;nbsp;recommend reading &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;authorization documentation&lt;/A&gt; for information on how that all works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By the way, you should never share your access token, as you did here in your images. I've redacted them for you, but for the sake of security, you should disable that access token since it was posted publicly. You can do so by revoking access to the app entirely, if the access token is for your account, &lt;A href="https://www.dropbox.com/account/connected_apps" target="_self"&gt;here&lt;/A&gt;. Or, you can disable just this access token &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke" target="_self"&gt;using the API&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt; for your help. I was able to successfully run the oAuth flow and fetch the token.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for highlighting about the token. I have created a new app and deleted the old one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would need one more help. Now that my integration is successful, I would like to know which and why of the following plans would be perfect for me. Please note that my &lt;STRONG&gt;only requirement&lt;/STRONG&gt; is to Host an application which would help me use Dropbox Chooser and maintain redirect URLs for oAuth flow.&amp;nbsp; I do not want much storage too but I would be using this dropbox application in production. The end-users should be able to run the OAuth flow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dropbox plans.JPG" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/18139iD574FFE93510E623/image-size/large?v=v2&amp;amp;px=999" role="button" title="Dropbox plans.JPG" alt="Dropbox plans.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arpit&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 03:56:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/458305#M23598</guid>
      <dc:creator>arpit2011</dc:creator>
      <dc:date>2020-10-02T03:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error 400 with Download API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/458430#M23600</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1355653"&gt;@arpit2011&lt;/a&gt;&amp;nbsp;Any kind of&amp;nbsp;Dropbox account can own and configure a production app, such as to enable use of the Chooser and OAuth flow, so if you don't need the extra features of an upgraded account, such as the extra storage, a free account would be sufficient.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 14:09:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-400-with-Download-API/m-p/458430#M23600</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-10-02T14:09:05Z</dc:date>
    </item>
  </channel>
</rss>

