<?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: Opening local file from Webpage/JavaScript in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54627#M1663</link>
    <description>&lt;P&gt;I think you're referring to the feature on dropbox.com that lets a user click an "open" button to open the file on their local computer instead of in the web browser.&lt;/P&gt;

&lt;P&gt;There's no API to replicate this. You can imagine why, for security purposes, we don't want other web pages to be able to trigger this behavior.&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2015 22:24:08 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2015-05-19T22:24:08Z</dc:date>
    <item>
      <title>Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54626#M1662</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;

&lt;P&gt;I can open local DropBox files from my browser (I mean file is not downloaded but opened directly on disk).&lt;BR /&gt;
But I fail to find a suitable DropIn API to repro the same for my (JavaScript) integration. Can someone point me to right direction please?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:42:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54626#M1662</guid>
      <dc:creator>Rene P.</dc:creator>
      <dc:date>2019-05-29T09:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54627#M1663</link>
      <description>&lt;P&gt;I think you're referring to the feature on dropbox.com that lets a user click an "open" button to open the file on their local computer instead of in the web browser.&lt;/P&gt;

&lt;P&gt;There's no API to replicate this. You can imagine why, for security purposes, we don't want other web pages to be able to trigger this behavior.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 22:24:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54627#M1663</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-05-19T22:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54628#M1664</link>
      <description>&lt;P&gt;Yes, I am referring to that feature.&lt;/P&gt;

&lt;P&gt;But... The open functionality works only for files in Dropbox folder, so in order to open it one must know its identity.&lt;BR /&gt;
All the Dropbox file privacy is built up on that identity, so it is not easily guessable according to Dropbox security standards.&lt;BR /&gt;
Dropbox could also force-show confirmation dialog in case of direct file opening.&lt;BR /&gt;
Assuming the file opening from dropbox.com webpage is safe, I could not find anything to flag up in quick STRIDE I ran.&lt;/P&gt;

&lt;P&gt;May be I missed some aspect, could you please enlighten me here? At least for curiosity.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 19:53:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54628#M1664</guid>
      <dc:creator>Rene P.</dc:creator>
      <dc:date>2015-05-20T19:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54629#M1665</link>
      <description>&lt;P&gt;"All the Dropbox file privacy is built up on that identity, so it is not easily guessable according to Dropbox security standards."&lt;/P&gt;

&lt;P&gt;I'm not sure what identity you're referring to. The identity of a file in Dropbox is its path, and these are often easily guessable. Even an app that knows about my files in Dropbox certainly shouldn't be able to open them on my computer without my consent. (Imagine the case of a malicious app that writes a file with malware and then causes my computer to open that file.)&lt;/P&gt;

&lt;P&gt;We'll consider this idea (with a confirmation dialog) a feature request, but there are no immediate plans to add it.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 21:38:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54629#M1665</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-05-20T21:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54630#M1666</link>
      <description>&lt;P&gt;With the identity I was referring to a link to the file that people can use to share files, like&lt;BR /&gt;&lt;BR /&gt;
https://.../1/view/kh8awq....&lt;BR /&gt;
Having a possibility to open such links directly on end users computer or even having this option through Chooser API would be excellent.&lt;BR /&gt;
Thank you for adding this to the wishlist and hope to see the feature soon to implement better integration with Dropbox.&lt;BR /&gt;
Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 21:48:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54630#M1666</guid>
      <dc:creator>Rene P.</dc:creator>
      <dc:date>2015-05-20T21:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54631#M1667</link>
      <description>&lt;P&gt;I would really need this kind of functionality. If anything, one could limit it to confirmation dialogues or allow for specific extensions only (excluding .jar, .exe, bash files etc.).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 17:34:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54631#M1667</guid>
      <dc:creator>Erich J.</dc:creator>
      <dc:date>2015-09-29T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54632#M1668</link>
      <description>&lt;P&gt;Exactly the same thing needed here. &lt;BR /&gt;@Steve M: You said that it will be considered as a feature request. What has become of that? Is there any possibility that it would be implemented any time soon now? We would really need it ASAP.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 18:36:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54632#M1668</guid>
      <dc:creator>Taavi S.</dc:creator>
      <dc:date>2015-09-30T18:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Opening local file from Webpage/JavaScript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54633#M1669</link>
      <description>&lt;P&gt;We're still tracking this as a feature request, but there are no current&amp;nbsp;plans to implement this.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2015 21:38:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Opening-local-file-from-Webpage-JavaScript/m-p/54633#M1669</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-09-30T21:38:11Z</dc:date>
    </item>
  </channel>
</rss>

