<?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 Open file in Android Dropbox in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Open-file-in-Android-Dropbox/m-p/702726#M3507</link>
    <description>&lt;P&gt;I'm trying to preview a file entity I've fetched from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;files-list_folder&lt;/A&gt; in Dropbox android app. I've noticed there is &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;files-get_temporary_link&lt;/A&gt; endpoint when creating an intent like that:&lt;/P&gt;&lt;PRE&gt;Intent(Intent.&lt;SPAN&gt;ACTION_VIEW&lt;/SPAN&gt;, Uri.parse(tempLink)).setPackage(Pkgs.&lt;SPAN&gt;DROPBOX&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;It seems that it can't be resolved by the Dropbox Android app. Is there any way to open Dropbox android app to preview the file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Context:&lt;BR /&gt;I'm writing and library for Android launchers that queries APIs for application user has installed on their device for user searchable data (dropbox file in this case) and allows the user to access this data directly from the launcher. I was able to integrate multiple could storage services but I struggle with dropbox.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 15:40:46 GMT</pubDate>
    <dc:creator>DiscoExperiments</dc:creator>
    <dc:date>2023-07-31T15:40:46Z</dc:date>
    <item>
      <title>Open file in Android Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Open-file-in-Android-Dropbox/m-p/702726#M3507</link>
      <description>&lt;P&gt;I'm trying to preview a file entity I've fetched from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;files-list_folder&lt;/A&gt; in Dropbox android app. I've noticed there is &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;files-get_temporary_link&lt;/A&gt; endpoint when creating an intent like that:&lt;/P&gt;&lt;PRE&gt;Intent(Intent.&lt;SPAN&gt;ACTION_VIEW&lt;/SPAN&gt;, Uri.parse(tempLink)).setPackage(Pkgs.&lt;SPAN&gt;DROPBOX&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;It seems that it can't be resolved by the Dropbox Android app. Is there any way to open Dropbox android app to preview the file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Context:&lt;BR /&gt;I'm writing and library for Android launchers that queries APIs for application user has installed on their device for user searchable data (dropbox file in this case) and allows the user to access this data directly from the launcher. I was able to integrate multiple could storage services but I struggle with dropbox.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:40:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Open-file-in-Android-Dropbox/m-p/702726#M3507</guid>
      <dc:creator>DiscoExperiments</dc:creator>
      <dc:date>2023-07-31T15:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open file in Android Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Open-file-in-Android-Dropbox/m-p/702759#M3508</link>
      <description>&lt;P&gt;I've found a way to open a file in Dropbox Android app by creating a shared link via this endpoint &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;sharing-create_shared_link_with_settings&lt;/A&gt; - then creating Intent with this url and package set to dropbox - like in the code above. We can close this now.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 17:01:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Open-file-in-Android-Dropbox/m-p/702759#M3508</guid>
      <dc:creator>DiscoExperiments</dc:creator>
      <dc:date>2023-07-31T17:01:57Z</dc:date>
    </item>
  </channel>
</rss>

