<?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: how to allow listening access of Dropbox audio files within my apps interface in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637041#M29362</link>
    <description>&lt;P&gt;Thanks for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed the steps in this how to.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/embedder" target="_blank"&gt;https://www.dropbox.com/developers/embedder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the embed code and nothing is showing up. I'm having trouble understanding how the users of my app will select the folders from their dropbox that they want to embed into my app.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 05:21:14 GMT</pubDate>
    <dc:creator>tenzin</dc:creator>
    <dc:date>2022-11-16T05:21:14Z</dc:date>
    <item>
      <title>how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/635051#M29299</link>
      <description>&lt;P class=""&gt;I want to allow users of my app to them be able to connect their dropbox account and select the folder they want to allow access to.&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Their folder names and their file names will be displayed in their profile on my app.&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Then I want them to be able to play the audio file within my app's interface.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I also want the process of them connecting dropbox to be s seamless as possible. Ideally only 4 steps.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Click upload from within my app (opens dropbox login)&lt;/LI&gt;&lt;LI&gt;Login to dropbox&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Select the folders&lt;/LI&gt;&lt;LI&gt;Click done (close dropbox, navigates back to my app)&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Without them having to create an account on a third-party integrations tool.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Is there a way I achieve this?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:58:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/635051#M29299</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2022-11-08T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/635108#M29300</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1589663"&gt;@tenzin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can make your application simpler, if you just register a shared folder link in the application. After that you can enumerate the content and do whatever you want without any user login, etc. The user just has to provide a link to whatever becomes selected. &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;Good luck.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:27:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/635108#M29300</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-08T14:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/635117#M29302</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1589663"&gt;@tenzin&lt;/a&gt; As Здравко noted, you may want to use &lt;A href="https://help.dropbox.com/share/create-and-share-link" target="_blank"&gt;Dropbox shared links&lt;/A&gt;. The &lt;A href="https://www.dropbox.com/developers/embedder" target="_blank"&gt;Dropbox Embedder&lt;/A&gt; may be useful in that case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with &lt;A href="https://www.dropbox.com/developers" target="_self"&gt;the Dropbox API, including documentation, tutorials, and SDKs here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following guides may be helpful:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/reference/getting-started" target="_blank"&gt;https://www.dropbox.com/developers/reference/getting-started&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;https://developers.dropbox.com/oauth-guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;https://developers.dropbox.com/dbx-file-access-guide&lt;/A&gt; &lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 08 Nov 2022 15:04:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/635117#M29302</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-08T15:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637041#M29362</link>
      <description>&lt;P&gt;Thanks for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed the steps in this how to.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/embedder" target="_blank"&gt;https://www.dropbox.com/developers/embedder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the embed code and nothing is showing up. I'm having trouble understanding how the users of my app will select the folders from their dropbox that they want to embed into my app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 05:21:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637041#M29362</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2022-11-16T05:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637042#M29363</link>
      <description>&lt;P&gt;If I did it this way, then the users would have to go to their dropbox account and create a share link, then how do they add that link in my app?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 05:23:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637042#M29363</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2022-11-16T05:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637068#M29364</link>
      <description>&lt;P&gt;I figured out how to embed the folder. But when I click on a folder within the embed, it opens the file on dropbox. Do you know how to open the file within the embed?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 08:17:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637068#M29364</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2022-11-16T08:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637082#M29365</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1589663"&gt;@tenzin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Embeder cannot handle all data types. Currently audio and video files are not supported as noted in the link you refer to. You should organize audio playing in your site by yourself. Selecting particular file or folder can be achieved using &lt;A href="https://www.dropbox.com/developers/chooser" target="_blank" rel="noopener"&gt;Chooser&lt;/A&gt; too.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 09:54:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/637082#M29365</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-16T09:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/754536#M33035</link>
      <description>&lt;P&gt;Do you know how to implement this on an App built on Bubble.io? I'd be open to hiring you to implement this in my Mobile app if you're interested.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 03:56:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/754536#M33035</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2024-03-02T03:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/754810#M33043</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1589663"&gt;@tenzin&lt;/a&gt; While I can't speak for others on this forum, Dropbox itself does not offer app-building services or have listings or recommendations of developers for hire, but I'll pass this along as a request for an offering like that. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 15:12:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/754810#M33043</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-03-04T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762273#M33329</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1589663"&gt;@tenzin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Do you know how to implement this on an App built on Bubble.io? ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1589663"&gt;@tenzin&lt;/a&gt;, You can take a look on an example &lt;A title="Music Play" href="https://zdravkogarmev.bubbleapps.io/version-test" target="_blank" rel="noopener"&gt;here&lt;/A&gt; to how Dropbox Chooser can be used to implement some player as well as for anything else (just select appropriate settings/fields) on Bubble.io. Chooser is usable for mobile as well for desktop apps. &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;</description>
      <pubDate>Sat, 06 Apr 2024 12:11:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762273#M33329</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-04-06T12:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762409#M33331</link>
      <description>Is this a bubble plug-in or was this built straight into the app? Also, do you know who created this and if I’d be able to see the backend set up in the editor?</description>
      <pubDate>Sun, 07 Apr 2024 20:19:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762409#M33331</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2024-04-07T20:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762416#M33332</link>
      <description>&lt;P&gt;Hi again &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1589663"&gt;@tenzin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;As far as I can see you have seen already the answers of question you set. (sorry - I didn't saw your post earlier)&lt;/P&gt;&lt;P&gt;Anyway... For someone interested in, more info can be seen &lt;A href="https://bubble.io/plugin/dropbox-chooser-1709391475961x809663546089799700" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. There are links to the test page (posted earlier) and editor (where the example setup could be seen). &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;Good luck.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 21:41:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762416#M33332</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-04-07T21:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762417#M33333</link>
      <description>&lt;P&gt;Yes, I purchased the plugin and had an authentication issue in Test-flights OS. I emailed the creator of the plugin. Did you get my email?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 21:52:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762417#M33333</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2024-04-07T21:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762418#M33334</link>
      <description>&lt;P&gt;Hm.. Are you able to use the same browser to select something while using the &lt;A title="Dropbox Chooser" href="https://www.dropbox.com/developers/chooser" target="_blank" rel="noopener"&gt;official documentation page&lt;/A&gt;?&amp;nbsp;🧐 (select the same button there) I don't have access to such browser right now. Also, did you check the support state (including on the test page)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add: Another reason could be if you use browser different than the default one on mobile device! I don't know why but as seems mobile devices do open Dropbox Chooser using the default one (or letting choose - depending on your settings). If the base page and the chooser are on different browsers they cannot communicate between! It's likely that to be the issue. Can you check?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 22:14:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762418#M33334</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-04-07T22:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762426#M33335</link>
      <description>How do I check that? I could give you access to my app if that helps.</description>
      <pubDate>Mon, 08 Apr 2024 00:03:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762426#M33335</guid>
      <dc:creator>tenzin</dc:creator>
      <dc:date>2024-04-08T00:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762427#M33336</link>
      <description>&lt;P&gt;No, you don't need to give me access. It's not matter of the Bubble part of the application, but how you browser (or rather embedded web engine) handle it. That's something you have to know in advance or be able to see at least on your own. The basic question is: When you push the Chooser button, does the Chooser window opens in the same or different environment (same or different browser; stays in the embedded engine or opens in external for the application web engine - web browser for instance)?&lt;/P&gt;&lt;P&gt;The Chooser is guaranteed to work only when the engine stays the same! When you use browser, the popping up window/tab should be handled by the same browser. When you use embedded code, again, the popping up frame should be handled by the same code (not another application' code, including some installed web browser). If this is not true, it's likely to communication break comes up (almost sure).&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 00:24:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762427#M33336</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-04-08T00:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762866#M33370</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I want to ask for one Dropbox Chooser improvement in context of the current thread (and not only - the same is valid for entire content of dropins). I think would be useful instead of relying on 'postMessage' (something that mandates popup window and button to work on same engine) communication to be realized trough the Dropbox server as a proxy (like already done for tracing state for Dropbox Saver - job_id). Would be no so hard, I think, in addition to 'job_id' to be added something like session token that identifies particular communication and using endpoints similar to /2/dropins/get_job_status, to be possible getting back the Dropbox Chooser result. The issue is that the Dropbox Chooser could be opened as inline frame only by... Dropbox, but no any other site or application, unfortunately. I understand the security concerns about this limitation. The mentioned proposal, by me, covers any cross script security concerns, including click-jacking attacks. What would you say? 🧐 Is there any chance something similar to be implemented on dropbox.com?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 14:48:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762866#M33370</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-04-09T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to allow listening access of Dropbox audio files within my apps interface</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762876#M33371</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790"&gt;@Здравко&lt;/a&gt; Thanks for writing this up! I can't make any promises myself, but I'll send this along to the team.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 15:19:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-allow-listening-access-of-Dropbox-audio-files-within-my/m-p/762876#M33371</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-09T15:19:12Z</dc:date>
    </item>
  </channel>
</rss>

