<?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: Streaming an mp3 file fetched from a node server for a React app. in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Streaming-an-mp3-file-fetched-from-a-node-server-for-a-React-app/m-p/416213#M1184</link>
    <description>&lt;P&gt;filesGetTemporaryLink is the one! I need a long list of mp3 files so I will call this method recursively, assuming there is no other method to fetch an array of temporary links.&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2020 21:40:33 GMT</pubDate>
    <dc:creator>richardantao</dc:creator>
    <dc:date>2020-05-01T21:40:33Z</dc:date>
    <item>
      <title>Streaming an mp3 file fetched from a node server for a React app.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Streaming-an-mp3-file-fetched-from-a-node-server-for-a-React-app/m-p/414323#M1165</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to send an array of mp3 files from a Node server to a React app for user's to stream the audio files. I tried using the filesListFolder method from the SDK, but there is no attribute in the response object to src the files and stream them. Is this functionality possible with the API?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 04:49:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Streaming-an-mp3-file-fetched-from-a-node-server-for-a-React-app/m-p/414323#M1165</guid>
      <dc:creator>richardantao</dc:creator>
      <dc:date>2020-04-27T04:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming an mp3 file fetched from a node server for a React app.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Streaming-an-mp3-file-fetched-from-a-node-server-for-a-React-app/m-p/414616#M1167</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolder__anchor" target="_self"&gt;filesListFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesListFolderContinue__anchor" target="_self"&gt;filesListFolderContinue&lt;/A&gt; methods only return metadata about the files/folders, but don't&amp;nbsp;themselves offer any way to access the actual file data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to access the file data, you can use the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor" target="_self"&gt;filesDownload&lt;/A&gt; method to retrieve the file data directly, or the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesGetTemporaryLink__anchor" target="_self"&gt;filesGetTemporaryLink&lt;/A&gt; method to get a link to the file. It sounds like&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesGetTemporaryLink__anchor" target="_self"&gt;filesGetTemporaryLink&lt;/A&gt; may be what you're looking for in this case, but keep in mind those links expire after four hours.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 18:54:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Streaming-an-mp3-file-fetched-from-a-node-server-for-a-React-app/m-p/414616#M1167</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-04-27T18:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming an mp3 file fetched from a node server for a React app.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Streaming-an-mp3-file-fetched-from-a-node-server-for-a-React-app/m-p/416213#M1184</link>
      <description>&lt;P&gt;filesGetTemporaryLink is the one! I need a long list of mp3 files so I will call this method recursively, assuming there is no other method to fetch an array of temporary links.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 21:40:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Streaming-an-mp3-file-fetched-from-a-node-server-for-a-React-app/m-p/416213#M1184</guid>
      <dc:creator>richardantao</dc:creator>
      <dc:date>2020-05-01T21:40:33Z</dc:date>
    </item>
  </channel>
</rss>

