<?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: Get shared link already exists in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-link-already-exists/m-p/187542#M7976</link>
    <description>&lt;P&gt;I think calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank" rel="nofollow noreferrer"&gt;/sharing/list_shared_links&lt;/A&gt;&amp;nbsp;with the path to the file you're interested in and direct_only=true is the best way to do this.&lt;/P&gt;
&lt;P&gt;In Java, I&amp;nbsp;believe&amp;nbsp;that would be:&lt;/P&gt;
&lt;PRE&gt;ListSharedLinksResult result = client.sharing().listSharedLinksBuilder()&lt;BR /&gt;    .withPath("my path").withDirectOnly(true).start();&lt;/PRE&gt;</description>
    <pubDate>Wed, 01 Jun 2016 23:14:23 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2016-06-01T23:14:23Z</dc:date>
    <item>
      <title>Get shared link already exists</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-link-already-exists/m-p/187541#M7975</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Dropbox,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am interesting to get a Share Url from file though Java Api 2.0.1. First of all I use&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SharedLinkMetadata var =client.sharing().createSharedLinkWithSettings("my path")&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;to create the share link for mypath file. How I can get the already exist shared url to this file? I am trying the same thing and I take Exception shared link already exists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your help.&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>Wed, 29 May 2019 09:33:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-link-already-exists/m-p/187541#M7975</guid>
      <dc:creator>panagiotis p.</dc:creator>
      <dc:date>2019-05-29T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get shared link already exists</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-link-already-exists/m-p/187542#M7976</link>
      <description>&lt;P&gt;I think calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank" rel="nofollow noreferrer"&gt;/sharing/list_shared_links&lt;/A&gt;&amp;nbsp;with the path to the file you're interested in and direct_only=true is the best way to do this.&lt;/P&gt;
&lt;P&gt;In Java, I&amp;nbsp;believe&amp;nbsp;that would be:&lt;/P&gt;
&lt;PRE&gt;ListSharedLinksResult result = client.sharing().listSharedLinksBuilder()&lt;BR /&gt;    .withPath("my path").withDirectOnly(true).start();&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jun 2016 23:14:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-link-already-exists/m-p/187542#M7976</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-06-01T23:14:23Z</dc:date>
    </item>
  </channel>
</rss>

