<?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 links for a path for all users? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-links-for-a-path-for-all-users/m-p/575294#M26822</link>
    <description>&lt;P&gt;No, these shared links (whether from create_shared_link_with_settings or sharing_create_shared_link) are per-user. Each such shared link is owned by a specific user account and the API doesn't offer a way to change that.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 15:26:10 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-02-03T15:26:10Z</dc:date>
    <item>
      <title>Get shared links for a path for all users?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-links-for-a-path-for-all-users/m-p/575204#M26819</link>
      <description>&lt;P&gt;I am using the Dropbox Python API to manage shared links across multiple users on a Team. In my own UI I show the contents of a certain path/folder which the user then chooses to create a shared link for this file/folder. This link gets shared between our team members and all is well. When another user browses to this same path/folder, my application queries for existing shared links using...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;sharing_list_shared_links(path, direct_only=True)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I assumed that this would return the previous shared link that the other user generated. Instead, this lists no shared links and my tool naively generates a new one for the user. I use this (deprecated) function to create a link, again assuming it would return the existing one. Instead it creates a new one...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;sharing_create_shared_link(path, short_url=False, pending_upload=mode)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Is it possible using the newer&amp;nbsp;&lt;FONT face="courier new,courier"&gt;create_shared_link_with_settings&lt;/FONT&gt;&amp;nbsp;function to achieve my goal of having a single unique shared link for an entire team?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 06:21:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-links-for-a-path-for-all-users/m-p/575204#M26819</guid>
      <dc:creator>scaron</dc:creator>
      <dc:date>2022-02-03T06:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get shared links for a path for all users?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-links-for-a-path-for-all-users/m-p/575294#M26822</link>
      <description>&lt;P&gt;No, these shared links (whether from create_shared_link_with_settings or sharing_create_shared_link) are per-user. Each such shared link is owned by a specific user account and the API doesn't offer a way to change that.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 15:26:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-shared-links-for-a-path-for-all-users/m-p/575294#M26822</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-03T15:26:10Z</dc:date>
    </item>
  </channel>
</rss>

