<?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: Link to files/folder - not sharing in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198484#M9182</link>
    <description>&lt;P&gt;Any progress on this? Badly needed. Someone posted the recommendation to modify the link url by using&amp;nbsp;"dl." instead of "www." &amp;nbsp;but I am not sure whether that is a reliable long term URL or things might break at some point?&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2016 00:44:58 GMT</pubDate>
    <dc:creator>Lucben</dc:creator>
    <dc:date>2016-12-19T00:44:58Z</dc:date>
    <item>
      <title>Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163500#M5773</link>
      <description>&lt;P&gt;Hello again team,&lt;/P&gt;
&lt;P&gt;I'm attempting to write an app that will send people links to items within their Dropbox&amp;nbsp;files and folders.&lt;/P&gt;
&lt;P&gt;This app makes use of the delta/metadata endpoints to discover files and folders.&lt;/P&gt;
&lt;P&gt;I'm going through your documentation and I'm struggling to find any documented way of constructing URLs to deep link into a Dropbox account.&lt;/P&gt;
&lt;P&gt;I see I can create shared links for the purpose of sharing but I don't want to create&amp;nbsp;new links with their own security implications - I just&amp;nbsp;want to provide app users with &lt;EM&gt;links to their own Dropbox content&lt;/EM&gt; in the Dropbox web portal - and &lt;EM&gt;secured by the web portal&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;Looking closer into the portal I see that I can construct URLs to deep link into a folder that look like this:&lt;/P&gt;
&lt;PRE&gt;https://www.dropbox.com/home/&amp;lt;path&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Is this a supported mechanism for apps to do&amp;nbsp;this?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Are there any gotchas / dropbox features that would make this a bad idea?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Is there a preferred way of doing this?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;How about linking to files?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I did also notice that your windows desktop client makes use of a dropbox.com API to provide the link via a redirect:&lt;/P&gt;
&lt;PRE&gt;https://www.dropbox.com/c/browse/&amp;lt;path&amp;gt;?&amp;lt;query&amp;gt;&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Is this a supported API?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Can I construct those URLs from the information provided in the /metadata API?&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Any guidance on how I might go about doing this would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:39:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163500#M5773</guid>
      <dc:creator>Gavin O.2</dc:creator>
      <dc:date>2019-05-29T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163501#M5774</link>
      <description>&lt;P&gt;Unfortunately, we don't have a way to hotlink to a file&amp;nbsp;on dropbox.com, but&amp;nbsp;we'll consider this as a feature request.&lt;/P&gt;
&lt;P&gt;Things to watch out for if you try to just do "/home/..." is that Dropbox for Business users&amp;nbsp;may have different paths, depending on whether they've&amp;nbsp;linked a work and personal account (and then the path depends on which&amp;nbsp;account is being used).&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:52:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163501#M5774</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-10-14T22:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163502#M5775</link>
      <description>&lt;P&gt;Steve, thanks for your response.&lt;/P&gt;
&lt;P&gt;The scenario you describe between linked work and personal accounts is one I hadn't considered,&amp;nbsp;I will look further into this.&lt;/P&gt;
&lt;P&gt;Is there a way to detect&amp;nbsp;the correct path today?&lt;/P&gt;
&lt;P&gt;Additionally, I would ask if this is something I &lt;EM&gt;should&lt;/EM&gt; do?&lt;/P&gt;
&lt;P&gt;eg: if this is not currently a supported use-case for dropbox.com then I&amp;nbsp;can't really build an app that relies on this, right?&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 05:17:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163502#M5775</guid>
      <dc:creator>NCP D.</dc:creator>
      <dc:date>2015-10-15T05:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163503#M5776</link>
      <description>&lt;P&gt;I can't think of a reliable way to figure out the path today. Agreed that&amp;nbsp;it's probably not a great idea to build an app that relies on this (since you're unlikely to be able to get it 100% correct today, and we may end up breaking things later).&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 05:38:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163503#M5776</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-10-15T05:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163504#M5777</link>
      <description>&lt;P&gt;Thanks Steve, I appreciate your openness.&lt;/P&gt;
&lt;P&gt;Please do consider deep linking into both files and folders on dropbox.com a feature request &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:04:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163504#M5777</guid>
      <dc:creator>NCP D.</dc:creator>
      <dc:date>2015-10-15T06:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163505#M5778</link>
      <description>&lt;P&gt;Yes, accessing file/folder with direct link is need. As my web hosting has limited storage for me and now looking for other storage solution, if it works, I think Dropbox will be alternative web storage with a web hosting.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Kelvin.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2015 10:46:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163505#M5778</guid>
      <dc:creator>L. Kelvin</dc:creator>
      <dc:date>2015-10-17T10:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163506#M5779</link>
      <description>&lt;P&gt;I would like to second this request for linking. This is something our app would benefit from!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dag.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 23:02:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163506#M5779</guid>
      <dc:creator>Dag B.1</dc:creator>
      <dc:date>2015-11-12T23:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163507#M5780</link>
      <description>&lt;P&gt;I am also looking for a method to deep link to a file. &amp;nbsp;Just not on the website - but on the desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scenario.&lt;/P&gt;
&lt;P&gt;We are 3 users, and we use Wunderlist (and Gmail, and other apps)&lt;/P&gt;
&lt;P&gt;I would love to attach files to an Task, Email etc that will open up the file or location in the Desktop Application.&lt;/P&gt;
&lt;P&gt;The problem is our shared folders all live in different local path locations.&lt;/P&gt;
&lt;P&gt;eg.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;User 1, has a Mac so the path is \usr\dropbox\sharedfoldersX\sharedfolder1\subfolder\file.txt&lt;/P&gt;
&lt;P&gt;User 2, has a PC and the path is C:\Users\dropbox\sharedfoldersY\sharedfolder1\subfolder\file.txt&lt;/P&gt;
&lt;P&gt;User 3, has a PC and the path is D:\dropbox\sharedfolder1\subfolder\file.txt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So there is no clean way to give a Local File Path easily.&lt;/P&gt;
&lt;P&gt;We currently share it like this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\sharedfolder1\subfolder\file.txt&lt;/P&gt;
&lt;P&gt;But that is a pain to get, especially on a Mac.&lt;/P&gt;
&lt;P&gt;If the App could work this out, like this.&lt;/P&gt;
&lt;P&gt;file.txt has ID 44444&lt;/P&gt;
&lt;P&gt;User 1 clicks dropbox.com\?openlocation=44444&lt;/P&gt;
&lt;P&gt;It Either Opens the file on the local system (as it knows the location as per above)&lt;/P&gt;
&lt;P&gt;OR&amp;nbsp;dropbox.com\?openlocation=44444&amp;amp;dir=yes&lt;/P&gt;
&lt;P&gt;Opens location in Finder/ File Explorer&lt;/P&gt;
&lt;P&gt;\usr\dropbox\sharedfoldersX\sharedfolder1\subfolder\&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So dropbox.com\openlocation= is a Webhook to open the Desktop Application, if it is not there, it opens the Web location.&lt;/P&gt;
&lt;P&gt;That would be super helpful and maintain file integrity across applications like Task lists and Email &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kinda like a "Share with Colleague" button in the Context menu.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 08:48:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/163507#M5780</guid>
      <dc:creator>Craig L.15</dc:creator>
      <dc:date>2015-12-09T08:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198484#M9182</link>
      <description>&lt;P&gt;Any progress on this? Badly needed. Someone posted the recommendation to modify the link url by using&amp;nbsp;"dl." instead of "www." &amp;nbsp;but I am not sure whether that is a reliable long term URL or things might break at some point?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 00:44:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198484#M9182</guid>
      <dc:creator>Lucben</dc:creator>
      <dc:date>2016-12-19T00:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198486#M9184</link>
      <description>No update on deep links like this. &lt;BR /&gt;&lt;BR /&gt;(The URL transformation you're referring to only applies to shared links, as a way to control the behavior of the shared link itself. The officially documented way to do that is found here: &lt;A href="https://www.dropbox.com/help/201" target="_blank"&gt;https://www.dropbox.com/help/201&lt;/A&gt; )</description>
      <pubDate>Mon, 19 Dec 2016 00:54:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198486#M9184</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-19T00:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198576#M9192</link>
      <description>&lt;P&gt;Thank you Greg, actually what I need is not exactly that. I need the image to be loaded in the browser alone. If I replace the "www" with "dl" at the beginning of the shared URL and then remove anything following the file extension, it seems to work.&lt;/P&gt;&lt;P&gt;I was just wondering if it's&amp;nbsp;going to be a good idea in the long term, because maybe things might change over time?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:46:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198576#M9192</guid>
      <dc:creator>Lucben</dc:creator>
      <dc:date>2016-12-19T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198712#M9197</link>
      <description>&lt;P&gt;Unfortunately, I can't promise that modification will always work, so I can't officially recommend using it.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 01:48:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198712#M9197</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-20T01:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198870#M9210</link>
      <description>&lt;P&gt;Greg, can I ask you one more question? I need to link to an html file using a URL that makes&amp;nbsp;the browser render&amp;nbsp;the html file&amp;nbsp;without anything around it, and without downloading it. Is there any way to do that? Adding "dl" instead of "www" seems to work with images but not with html files. The reason why I need it this way is that it's supposed to be rendered within an iframe, so I need a URL that I can set as a target of the iframe, to load the content of the html page (the embedded code of a youtube video, in this case). Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 21:54:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/198870#M9210</guid>
      <dc:creator>Lucben</dc:creator>
      <dc:date>2016-12-20T21:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/199024#M9223</link>
      <description>&lt;P&gt;Rendering HTML via public/shared links is no longer supported unfortunately. You can find more information here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/help/16" target="_blank"&gt;https://www.dropbox.com/help/16&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 19:14:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/199024#M9223</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-21T19:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/204557#M9847</link>
      <description>&lt;P&gt;Hi Dropboxers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Getting back to the orginal request (being able to deep-link to a folder in the Dropbox app or web a folder from a mobile app which is not shared)... can you advise of the status of this request? The product guys in my comapny also want our app to be able to link to a folder in Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this request have a reference in Dropbox we can refer toi? What is the next step to determine if/when this will be developed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 09:44:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/204557#M9847</guid>
      <dc:creator>MrHastings</dc:creator>
      <dc:date>2017-01-31T09:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Link to files/folder - not sharing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/204652#M9853</link>
      <description>I don't have any news on this request unfortunately, and I'm not aware of any plans for it right now.&lt;BR /&gt;&lt;BR /&gt;We don't have an external feature request tracker, but I'll be happy to follow up here with news if/when this is available.</description>
      <pubDate>Tue, 31 Jan 2017 19:43:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Link-to-files-folder-not-sharing/m-p/204652#M9853</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-31T19:43:58Z</dc:date>
    </item>
  </channel>
</rss>

