<?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: Open with file explorer from anchor tag in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/608151#M28169</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1306001"&gt;@Tim Lempicki&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Any recommendations for tools to listen to these ports?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1306001"&gt;@Tim Lempicki&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There are lots of different tools to trace and evaluate particular connection of any kind. A typical example can be WireShark. Many tools availability is system dependent. If you have access to nc (or netcat), it's a very convenient tool for use in evaluation scripts too. Most of the programming languages (like Python) include in their standard libraries suitable tools. As such tools are countless, I (and not only) can't enumerate all of them, but hope above examples are good start point. &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; Find what's most convenient to you.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 15:50:39 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2022-07-07T15:50:39Z</dc:date>
    <item>
      <title>Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/562269#M26490</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is it possible to implement the "show in file explorer" option for folders from our own website similar to how it's done on dropbox.com?&amp;nbsp; Our current workflow has us clicking on a link to take us to the folder on dropbox.com then opening it in file explorer. I'd like to skip the middleman if that's possible. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 15:00:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/562269#M26490</guid>
      <dc:creator>kevin g.1</dc:creator>
      <dc:date>2021-12-06T15:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/562307#M26492</link>
      <description>&lt;P&gt;No, unfortunately that's not available via the API, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 20:23:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/562307#M26492</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-12-03T20:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/593786#M27626</link>
      <description>&lt;P&gt;This would be a killer feature. Hope it might happen.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 18:44:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/593786#M27626</guid>
      <dc:creator>Tech Dev Oldsmar</dc:creator>
      <dc:date>2022-04-27T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/593822#M27627</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1398431"&gt;@Tech Dev Oldsmar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;This would be a killer feature. Hope it might happen.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt; Better don't rely too much. Not on the Dropbox at least.&lt;/P&gt;&lt;P&gt;"would be a killer feature": why would be?&amp;nbsp;🧐 it is actually. While Dropbox application is installed on your machine and works properly, the feature is available there. Dropbox application is listening on loopback ports 17600, 17601, and 17602 where any other application can connect and communicate to the application. That's exactly what Dropbox website does (or tries to at least) when&amp;nbsp;you select on the site to send a command to open particular file/folder (and other commands).&lt;/P&gt;&lt;P&gt;It's another story that all available already features (the one mentioned within current thread and many other features too) are completely undocumented and so difficult to use. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@EA4D5AD6084EAC95CB4E739348E74CC6/emoticons/1f615.png" alt=":confused_face:" title=":confused_face:" /&gt; Such ideas are relevant to Dropbox application developers work, not to web API developers, unfortunately. Proven over time developers of the application are too lazy (just take a look on application release pages and try count word "lazy" in posts there from different users and not only) - just opposite of API (web by default) developers and support.&lt;/P&gt;&lt;P&gt;If you are DIY fan try be a man on the middle. &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; Listen on 17600 (before Dropbox application launch) for websocks queries and forward them to 17601 for example (one to one). Log entire traffic and analyze it. In such a way you would be able catch and reproduce the pattern and perform proper queries to the Dropbox application through your own application while mimics the Dropbox web site. &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;Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 22:21:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/593822#M27627</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-04-27T22:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/608150#M28168</link>
      <description>&lt;P&gt;This is exactly the kind of information I needed. I could not figure out what was going on inside the webpage trying to step through the click handler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realize after looking at network traffic it sends requests to the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.dropbox.com/unity_connection_log" target="_blank"&gt;https://www.dropbox.com/unity_connection_log&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/unity_open_log" target="_blank"&gt;https://www.dropbox.com/unity_open_log&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The payload has a lot of variables that I'm not sure how I would get, but curious if anyone has been able to implement anything like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe there is an easier way? I know Dropbox runs a program to actually open your file explorer window so maybe it would be easier to implement something that opened that program with the right parameters on your computer to open file explorer when you click a button that has the path. Some sort of browser extension maybe.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 15:44:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/608150#M28168</guid>
      <dc:creator>Tim Lempicki</dc:creator>
      <dc:date>2022-07-07T15:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/608151#M28169</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1306001"&gt;@Tim Lempicki&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Any recommendations for tools to listen to these ports?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1306001"&gt;@Tim Lempicki&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There are lots of different tools to trace and evaluate particular connection of any kind. A typical example can be WireShark. Many tools availability is system dependent. If you have access to nc (or netcat), it's a very convenient tool for use in evaluation scripts too. Most of the programming languages (like Python) include in their standard libraries suitable tools. As such tools are countless, I (and not only) can't enumerate all of them, but hope above examples are good start point. &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; Find what's most convenient to you.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 15:50:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/608151#M28169</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-07-07T15:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693137#M31036</link>
      <description>&lt;P&gt;Wondering if there is any further interest in supporting this feature through the API.&amp;nbsp; We use the API in production (which is rock solid, so thank you for a great product).&amp;nbsp; However, right now from the Intranet we open the DB folder then wait a bit for the context menu to show the "open in file explorer" to get to the local path.&amp;nbsp; This is a repetitive task so providing a direct link would net a lot of productivity.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 13:56:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693137#M31036</guid>
      <dc:creator>Tech Dev Oldsmar</dc:creator>
      <dc:date>2023-06-20T13:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693178#M31038</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1398431"&gt;@Tech Dev Oldsmar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&amp;nbsp; This is a repetitive task so providing a direct link would net a lot of productivity.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If the local path of Dropbox folder is only thing you're interested in, doesn't info.json work for you? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; In spite opposite task (mapping local path to API path) example of something similar can be seen &lt;A href="https://www.dropboxforum.com/t5/Create-upload-and-share/How-can-a-script-or-app-get-a-shareable-Dropbox-link/m-p/680928#M68463" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. Just concatenate the two paths in your case (Dropbox folder path and relative file/folder path within) to produce the full path. 🤷&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 15:49:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693178#M31038</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-06-20T15:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693203#M31042</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1398431"&gt;@Tech Dev Oldsmar&lt;/a&gt; I don't have any news on the original feature request here. If the info.json that Здравко mentioned would be helpful though, you can find &lt;A href="https://help.dropbox.com/installs/locate-dropbox-folder" target="_blank"&gt;information on that here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 16:59:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693203#M31042</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-06-20T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693245#M31045</link>
      <description>&lt;P&gt;Thanks Greg - no problem with finding the local path...in fact, I have an Outlook Add-In that will automatically summarize the message body with OpenAI and archive the email into the proper DBX subdirectory based on a docket (e.g., ticket no).&amp;nbsp; The challenge is that modern browsers (wisely) do not support UNC paths to open File Explorer. Therefore, the little feature to open in File Explorer in the DBX web app is quite handy and I've hoped there would be motivation one day to support it through the API.&amp;nbsp; Just my two cents if it ever comes up in a meeting.&amp;nbsp; Thanks for closing the loop.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TechDevOldsmar_0-1687290406017.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/38600i0630730AA65CBB6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TechDevOldsmar_0-1687290406017.png" alt="TechDevOldsmar_0-1687290406017.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 19:51:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/693245#M31045</guid>
      <dc:creator>Tech Dev Oldsmar</dc:creator>
      <dc:date>2023-06-20T19:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/746805#M32820</link>
      <description>&lt;P&gt;I actually came up with a decent method of opening the Windows File Explorer having the synchronized DropBox files on the client from a website.&amp;nbsp; In this case, the website is running Blazor Server in .NET 7.&amp;nbsp; I create a SignalR Hub to which a small Windows Form application subscribes.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;using Microsoft.AspNetCore.SignalR.Client;
//replace localhost:7083 with your production URL
hubConnection1 = await ConnectToHub("https://localhost:7083/messageHub");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The website (using the DBX API) passes via SignalR the folder path and a userID to the Windows Form app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;   var hubConnection = new HubConnectionBuilder()
       .WithUrl(url)
       .WithAutomaticReconnect()
       .Build();
   hubConnection.On&amp;lt;string, string&amp;gt;("ReceiveMessage", (message, userEmail) =&amp;gt; 
// process received data from website....&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Windows Form app checks that the userID matches and then opens the path to the local DBX files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; System.Diagnostics.Process.Start("explorer.exe", fullPath);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because sometimes people install the DBX client in wacky places I also have a textbox in the Windows Form app that allows them to set the path to a Teams root folder (e.g., "C:\Users\userName\DropboxTeam\CompanyShare"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the Blazor side:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;@using Microsoft.AspNetCore.SignalR
// Link a method to a button click that calls:
 await HubContext.Clients.All.SendAsync("ReceiveMessage", dbxLocalPath, myUser.EmployeeEmail);
// in Program.cs don't forget:
using Microsoft.AspNetCore.SignalR;
builder.Services.AddSignalR();
app.MapHub&amp;lt;MessageHub&amp;gt;("/messageHub");
//Finally, make sure you have a Hub in your Blazor Server:
 public class MessageHub : Hub
 {
     public async Task SendMessage(string message)
     {
         await Clients.All.SendAsync("ReceiveMessage", message);
     }
 }&lt;/LI-CODE&gt;&lt;P&gt;So the overall idea is that you have users with a little WinForm client receiving messages from BlazorServer to open file directories. Blazor sends a userID which you check matches the local WinForm client. Otherwise, all your users have File Explorer open when any one requests it from the website.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 21:57:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/746805#M32820</guid>
      <dc:creator>Tech Dev Oldsmar</dc:creator>
      <dc:date>2024-01-23T21:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open with file explorer from anchor tag</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/753269#M33002</link>
      <description>&lt;P&gt;it is impossible to search such a like on dropbox, explorer&amp;nbsp; is the window program ,but drop box is cloud environment with network.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 12:14:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Open-with-file-explorer-from-anchor-tag/m-p/753269#M33002</guid>
      <dc:creator>lt6_la</dc:creator>
      <dc:date>2024-02-25T12:14:49Z</dc:date>
    </item>
  </channel>
</rss>

