<?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: Dropbox Api oauth2/authorize grant_type client_credential in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473954#M24076</link>
    <description>&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;The official&amp;nbsp;Dropbox API v2 .NET SDK&lt;/A&gt; does support short-lived access tokens and refresh tokens. You can find &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/OauthBasic/Program.cs" target="_self"&gt;example code here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "Generate" button on the app info page on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt; does not currently offer the ability to generate a refresh token,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 17:08:00 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-11-27T17:08:00Z</dc:date>
    <item>
      <title>Dropbox Api oauth2/authorize grant_type client_credential</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/472857#M24014</link>
      <description>&lt;P&gt;In my app we have chosen the personal mailbox as the main service in the cloud to synchronize data with the central system.&lt;BR /&gt;We currently have our customers who sign up for the service with our app generate an account and generate an access token directly from the console which will then be used by the app to connect to dropbox. I have read that from September 2021 tokens without exipered will no longer be able to be generated. So I was wondering if dropbox implements the client_credential grant_type to generate a token without the user logging in to allow my app to connect with dropbox. If it's not there, will it ever be implemented by dropbox?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 14:29:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/472857#M24014</guid>
      <dc:creator>Laura Ruggeri</dc:creator>
      <dc:date>2020-11-24T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Api oauth2/authorize grant_type client_credential</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/472963#M24023</link>
      <description>&lt;P&gt;The Dropbox API does not support the "client_credential" grant type,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 18:23:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/472963#M24023</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-24T18:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Api oauth2/authorize grant_type client_credential</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473555#M24047</link>
      <description>&lt;P&gt;I imagined and from what I understand you do not give a certain solution.&lt;BR /&gt;For those who have developed processes that do not require user intervention, what should we do?&lt;BR /&gt;Migrate to another platform?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 10:05:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473555#M24047</guid>
      <dc:creator>Laura Ruggeri</dc:creator>
      <dc:date>2020-11-26T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Api oauth2/authorize grant_type client_credential</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473932#M24067</link>
      <description>&lt;P&gt;While the initial authorization needs manual user intervention to authorize the app, the user does not need to be present after that. If your app requires long-term access without the user present, you should request&amp;nbsp;"offline" or "background" access via the OAuth app authorization flow. That way, you can get a refresh token that you can use to retrieve short-lived access tokens whenever needed without further manual user intervention.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;documentation&lt;/A&gt;, as well as &lt;A href="https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens" target="_self"&gt;this post&lt;/A&gt;, for more information.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 16:23:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473932#M24067</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-27T16:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Api oauth2/authorize grant_type client_credential</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473935#M24069</link>
      <description>&lt;P&gt;Ok. Is this approach implemented in the C # SDK by Dropbox.Api?&lt;BR /&gt;Since from the console platform you give the possibility to generate an access token, wouldn't it be possible to generate a refresh token to be used later by applications to request the access token?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 16:29:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473935#M24069</guid>
      <dc:creator>Laura Ruggeri</dc:creator>
      <dc:date>2020-11-27T16:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Api oauth2/authorize grant_type client_credential</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473954#M24076</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;The official&amp;nbsp;Dropbox API v2 .NET SDK&lt;/A&gt; does support short-lived access tokens and refresh tokens. You can find &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/OauthBasic/Program.cs" target="_self"&gt;example code here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "Generate" button on the app info page on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt; does not currently offer the ability to generate a refresh token,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 17:08:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-oauth2-authorize-grant-type-client-credential/m-p/473954#M24076</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-27T17:08:00Z</dc:date>
    </item>
  </channel>
</rss>

