<?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 How can I save the file from dropbox chooser to s3 or as a blob? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776329#M33931</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I am currently working on a dropbox integration and I used the chooser method. After user selected the file they want.&amp;nbsp;&lt;BR /&gt;How can I save the file to a s3 bucket or as a blob. Can we fetch the link from returned file Response directly? Currently&amp;nbsp;&lt;BR /&gt;fetching that url returns nothing. And if its not possible do I need to try and download the file using the http endpoints instead?&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 09:37:04 GMT</pubDate>
    <dc:creator>IanHuang</dc:creator>
    <dc:date>2024-06-10T09:37:04Z</dc:date>
    <item>
      <title>How can I save the file from dropbox chooser to s3 or as a blob?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776329#M33931</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I am currently working on a dropbox integration and I used the chooser method. After user selected the file they want.&amp;nbsp;&lt;BR /&gt;How can I save the file to a s3 bucket or as a blob. Can we fetch the link from returned file Response directly? Currently&amp;nbsp;&lt;BR /&gt;fetching that url returns nothing. And if its not possible do I need to try and download the file using the http endpoints instead?&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 09:37:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776329#M33931</guid>
      <dc:creator>IanHuang</dc:creator>
      <dc:date>2024-06-10T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the file from dropbox chooser to s3 or as a blob?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776362#M33932</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1845758"&gt;@IanHuang&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Can we fetch the link from returned file Response directly? ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1845758"&gt;@IanHuang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Using such a way you always get some link back - even if you don't want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1845758"&gt;@IanHuang&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Currently fetching that url returns nothing. ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is no way to be nothing! It's another story if what you get is not what you want. You can receive temporary direct link - fetching that link will give you the file content directly. Other option is receiving shared link - by default preview link (i.e. you receive HTML). Like for any other shared link you can transform it to be used for download (dl=0 to dl=1) - keep in mind redirection support needed. Take a look here for an &lt;A title="Music play" href="https://zdravkogarmev.bubbleapps.io/version-test/chooser" target="_blank" rel="noopener"&gt;example&lt;/A&gt;. &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;&lt;/P&gt;&lt;P&gt;Hope this clarifies matter.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 12:16:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776362#M33932</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-06-10T12:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the file from dropbox chooser to s3 or as a blob?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776401#M33934</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1845758"&gt;@IanHuang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;While implementing the Dropbox Chooser, you can configure the linkType parameter as “direct” which will provide an expiring link to download the contents of the file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Would you be able to provide further information about fetching the URL that returns nothing? If you are having difficulty with the Dropbox Chooser, please provide the steps to reproduce the issue, including relevant code snippet(s).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 14:11:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776401#M33934</guid>
      <dc:creator>iNeil</dc:creator>
      <dc:date>2024-06-10T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I save the file from dropbox chooser to s3 or as a blob?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776410#M33936</link>
      <description>&lt;P&gt;thanks a lot, after talking with the user, it seems that this happens because the document is corrupted, the other file works fine.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 14:49:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-save-the-file-from-dropbox-chooser-to-s3-or-as-a-blob/m-p/776410#M33936</guid>
      <dc:creator>IanHuang</dc:creator>
      <dc:date>2024-06-10T14:49:45Z</dc:date>
    </item>
  </channel>
</rss>

