<?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 Unable to create a shared link using Dropbox API in python in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726053#M32073</link>
    <description>&lt;P&gt;I suddenly have an issue with the Dropbox API. The following error found while trying to create a shared link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;stone.backends.python_rsrc.stone_validators.ValidationError: unknown tag 'banned_member'&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 12:10:44 GMT</pubDate>
    <dc:creator>white1</dc:creator>
    <dc:date>2023-11-01T12:10:44Z</dc:date>
    <item>
      <title>Unable to create a shared link using Dropbox API in python</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726053#M32073</link>
      <description>&lt;P&gt;I suddenly have an issue with the Dropbox API. The following error found while trying to create a shared link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;stone.backends.python_rsrc.stone_validators.ValidationError: unknown tag 'banned_member'&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 12:10:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726053#M32073</guid>
      <dc:creator>white1</dc:creator>
      <dc:date>2023-11-01T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a shared link using Dropbox API in python</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726070#M32075</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1762272"&gt;@white1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;stone.backends.python_rsrc.stone_validators.ValidationError: unknown tag '&lt;STRONG&gt;banned_member&lt;/STRONG&gt;'&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Have you tried creating a link manually from the Dropbox website? Do you get a similar message? It sounds like your experiencing &lt;A href="https://help.dropbox.com/share/banned-links" target="_blank"&gt;this issue&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 11:34:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726070#M32075</guid>
      <dc:creator>Rich</dc:creator>
      <dc:date>2023-11-01T11:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a shared link using Dropbox API in python</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726081#M32076</link>
      <description>&lt;P&gt;I don't see any error while creating a shared link manually. We have faced this issue via the Dropbox Python module.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 12:29:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726081#M32076</guid>
      <dc:creator>white1</dc:creator>
      <dc:date>2023-11-01T12:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a shared link using Dropbox API in python</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726129#M32077</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1762272"&gt;@white1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I don't see any error while creating a shared link manually. ...&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/1762272"&gt;@white1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, you don't receive such an error while create shared link manually, but the user represented with the token in use would. The user is banned actually. Anyway, you just disclosed a mistake in Dropbox Python SDK - cannot handle such tag in a proper way. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@488936AC5FA64023548E32631AFD9803/emoticons/1f600.png" alt=":grinning_face:" title=":grinning_face:" /&gt;🤫 Let's see how long will take to be fixed. In meantime find a way to catch this exception in your code and display the accurate error message.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 15:06:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726129#M32077</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-11-01T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a shared link using Dropbox API in python</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726148#M32080</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1762272"&gt;@white1&lt;/a&gt; Thanks for the report. As Rich and Здравко said, this error would occur because the user's account is currently &lt;A href="https://help.dropbox.com/share/banned-links" target="_blank"&gt;banned from creating links&lt;/A&gt;, and note that that applies to the user account for the access token being used, which is not necessarily your own account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And it appears the Dropbox Python SDK is not currently updated to handle that particular error properly, so it raises a ValidationError instead, but I'll ask the team to fix that up.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:13:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unable-to-create-a-shared-link-using-Dropbox-API-in-python/m-p/726148#M32080</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-11-01T16:13:36Z</dc:date>
    </item>
  </channel>
</rss>

