<?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: For create shared link API which business account supports advanced settings like password? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236501#M13045</link>
    <description>If the user's Pro plan has ended, the information returned by /2/users/get_current_account should contain the new value.&lt;BR /&gt;&lt;BR /&gt;If that doesn't seem to be the case for you, please share the output of /2/users/get_current_account as well as a screenshot showing the Pro plan has ended, e.g., from the web site.</description>
    <pubDate>Fri, 11 Aug 2017 14:51:47 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-11T14:51:47Z</dc:date>
    <item>
      <title>For create shared link API which business account supports advanced settings like password?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236341#M13029</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In API it is said that creating shared link with visibility other than public and setting expiry date is not supported for Basic users.&lt;/P&gt;&lt;P&gt;Could anyone please tell which accounts support these options?&lt;/P&gt;&lt;P&gt;What are the steps to be followed in order to get these access?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Akshata&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236341#M13029</guid>
      <dc:creator>Akshata</dc:creator>
      <dc:date>2019-05-29T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: For create shared link API which business account supports advanced settings like password?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236350#M13031</link>
      <description>This feature is available to Pro and Business plans. You can check the plan for the linked account by calling /2/users/get_current_account and checking the account_type in the response:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Users can compare the different plans and upgrade here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/plans?trigger=nr" target="_blank"&gt;https://www.dropbox.com/plans?trigger=nr&lt;/A&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:25:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236350#M13031</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-10T14:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: For create shared link API which business account supports advanced settings like password?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236430#M13041</link>
      <description>&lt;P&gt;Thanks Greg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked type of my account its a pro account&amp;nbsp;and iam sending below request:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
"path": "/Level1/Level2/Level3.txt",
"settings": {
"requested_visibility": "password",
"link_password": "abc",
"expires": "2017-12-15T15:50:38Z"
}
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still the endpoint gives below error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
"error_summary": "settings_error/not_authorized/",
"error": {
".tag": "settings_error",
"settings_error": {
".tag": "not_authorized"
}
}
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What could be the reason for such behavior?&lt;/P&gt;
&lt;P&gt;And if the Pro account expires does it still give the account_type as 'pro' by any chance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please guide me one this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Akshata&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 14:37:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236430#M13041</guid>
      <dc:creator>Akshata</dc:creator>
      <dc:date>2017-08-11T14:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: For create shared link API which business account supports advanced settings like password?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236501#M13045</link>
      <description>If the user's Pro plan has ended, the information returned by /2/users/get_current_account should contain the new value.&lt;BR /&gt;&lt;BR /&gt;If that doesn't seem to be the case for you, please share the output of /2/users/get_current_account as well as a screenshot showing the Pro plan has ended, e.g., from the web site.</description>
      <pubDate>Fri, 11 Aug 2017 14:51:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/For-create-shared-link-API-which-business-account-supports/m-p/236501#M13045</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-11T14:51:47Z</dc:date>
    </item>
  </channel>
</rss>

