<?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: Method Create_shared_link_with_settings in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/542550#M25973</link>
    <description>&lt;P&gt;The Dropbox API now supports enabling/disabling the download restriction on a shared link via the &lt;CODE&gt;SharedLinkSettings.allow_download&lt;/CODE&gt; setting on &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" rel="noreferrer" target="_blank"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-modify_shared_link_settings" rel="noreferrer" target="_blank"&gt;/2/sharing/modify_shared_link_settings&lt;/A&gt; (and corresponding methods in the official SDKs).&lt;BR /&gt;&lt;BR /&gt;You can also check the setting for a shared link via the &lt;CODE&gt;SharedLinkMetadata.link_permissions.allow_download&lt;/CODE&gt; field, such as returned by &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" rel="noreferrer" target="_blank"&gt;/2/sharing/list_shared_links&lt;/A&gt; or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" rel="noreferrer" target="_blank"&gt;/2/sharing/get_shared_link_metadata&lt;/A&gt;&amp;nbsp; (and corresponding methods in the official SDKs).&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 17:02:21 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-09-01T17:02:21Z</dc:date>
    <item>
      <title>Method Create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/376547#M21107</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;
&lt;P&gt;1) Is the method&amp;nbsp;&amp;nbsp;create_shared_link_with_settings up to date? When I compare the settings with the settings in the front-end, it is not the same. For example the user can disable downloads in the front-end, while via API the user can set up only the viewer/editor/max access.&lt;/P&gt;
&lt;P&gt;2) What are the possible combinations of "requested visibility" and "&lt;SPAN&gt;RequestedLinkAccessLevel"? When I use the value "editor" with any possible value in the field "requested visibility", the error "invalid settings" is returned.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tereza&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 19:25:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/376547#M21107</guid>
      <dc:creator>terezakloboucek</dc:creator>
      <dc:date>2019-11-05T19:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Method Create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/376558#M21108</link>
      <description>&lt;P&gt;1) The functionality available on the API can sometimes lag behind the functionality in the product. The Dropbox API doesn't currently offer the ability to set a link to disallow downloads, 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;
&lt;P&gt;2) Apologies for the confusion. The 'RequestedLinkAccessLevel.editor' option for 'SharedLinkSettings.access' isn't supported for standard files. It's meant for cloud-based documents, such as &lt;A href="https://help.dropbox.com/installs-integrations/third-party/create-google-docs" target="_self"&gt;Google Docs listed in Dropbox&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 17:55:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/376558#M21108</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-11-05T17:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Method Create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/376564#M21109</link>
      <description>&lt;P&gt;Greg, thank you very much for your fast reply! If every service/app had support like Dropbox, users would be in heaven.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tereza&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 18:14:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/376564#M21109</guid>
      <dc:creator>terezakloboucek</dc:creator>
      <dc:date>2019-11-05T18:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Method Create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/542550#M25973</link>
      <description>&lt;P&gt;The Dropbox API now supports enabling/disabling the download restriction on a shared link via the &lt;CODE&gt;SharedLinkSettings.allow_download&lt;/CODE&gt; setting on &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" rel="noreferrer" target="_blank"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-modify_shared_link_settings" rel="noreferrer" target="_blank"&gt;/2/sharing/modify_shared_link_settings&lt;/A&gt; (and corresponding methods in the official SDKs).&lt;BR /&gt;&lt;BR /&gt;You can also check the setting for a shared link via the &lt;CODE&gt;SharedLinkMetadata.link_permissions.allow_download&lt;/CODE&gt; field, such as returned by &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" rel="noreferrer" target="_blank"&gt;/2/sharing/list_shared_links&lt;/A&gt; or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" rel="noreferrer" target="_blank"&gt;/2/sharing/get_shared_link_metadata&lt;/A&gt;&amp;nbsp; (and corresponding methods in the official SDKs).&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 17:02:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Method-Create-shared-link-with-settings/m-p/542550#M25973</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-01T17:02:21Z</dc:date>
    </item>
  </channel>
</rss>

