<?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 Dropbox .NET SDK (Refresh Token) in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446530#M1440</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I found changes in OAuth2 for API, so the authorization could be done with offline access, ascuirung both Access and Refresh tokens. This part is OK, with ProcessCodeFlow method in SDK. But could not find any method to refresh access token using saved refresh token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help me with this case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/17411i9AEB341D13F95A9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 13:03:29 GMT</pubDate>
    <dc:creator>GevorgMel</dc:creator>
    <dc:date>2020-08-19T13:03:29Z</dc:date>
    <item>
      <title>Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446530#M1440</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I found changes in OAuth2 for API, so the authorization could be done with offline access, ascuirung both Access and Refresh tokens. This part is OK, with ProcessCodeFlow method in SDK. But could not find any method to refresh access token using saved refresh token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please help me with this case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/17411i9AEB341D13F95A9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 13:03:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446530#M1440</guid>
      <dc:creator>GevorgMel</dc:creator>
      <dc:date>2020-08-19T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446620#M1442</link>
      <description>&lt;P&gt;The&amp;nbsp;Dropbox .NET SDK should automatically do the refresh for you, on every client creation and API call as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do want to explicitly refresh though, e.g., to get an access token with fewer scopes, you should be able to use&amp;nbsp;RefreshAccessToken to do so, &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/b5b487e2435b98c608ee0cb42300548e9df4098e/dropbox-sdk-dotnet/Examples/OauthBasic/Program.cs#L94" target="_self"&gt;as shown in the example here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if something isn't working as expected though.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 18:24:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446620#M1442</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-08-19T18:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446634#M1443</link>
      <description>Thank you for the reply and link to RefreshAccessToken method. I found this method in DropboxClient. What about DropboxTeamClient, I need this client and accordingly to use access token which probably been expired. How I should handle this case?</description>
      <pubDate>Wed, 19 Aug 2020 18:14:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446634#M1443</guid>
      <dc:creator>GevorgMel</dc:creator>
      <dc:date>2020-08-19T18:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446665#M1444</link>
      <description>&lt;P&gt;I believe that's not currently implemented on&amp;nbsp;DropboxTeamClient. I'll ask the team to add that there as well, but I can't promise a timeline for that. I'll follow up here once I have any update on that.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 19:35:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446665#M1444</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-08-19T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446674#M1445</link>
      <description>Thank you very much for great support and I will check this thread for further updates.</description>
      <pubDate>Wed, 19 Aug 2020 20:14:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/446674#M1445</guid>
      <dc:creator>GevorgMel</dc:creator>
      <dc:date>2020-08-19T20:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/452739#M1487</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1340581"&gt;@GevorgMel&lt;/a&gt;&amp;nbsp;This functionality should now be available on&amp;nbsp;DropboxTeamClient as of &lt;A href="https://www.nuget.org/packages/Dropbox.Api/5.1.0" target="_self"&gt;release v5.1.0&lt;/A&gt;. Please update and give that a try and let us know if you run in to any issues. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 21:16:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/452739#M1487</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-11T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/476976#M1624</link>
      <description>&lt;P&gt;I understand, the Dropbox client can automatically refresh the refresh tokens if fed with the correct access token and refresh token.&lt;/P&gt;&lt;P&gt;But how can I retrieve the actual new access token and refresh token, to store it, for new instances of the DropboxClient?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 16:02:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/476976#M1624</guid>
      <dc:creator>OFV</dc:creator>
      <dc:date>2020-12-07T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477027#M1625</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1383928"&gt;@OFV&lt;/a&gt;&amp;nbsp;The&amp;nbsp;Dropbox client in the SDK can and will automatically handle the refresh for you, and you shouldn't even need to access to refresh token or new access token after a refresh. The refresh token doesn't change, and the client will automatically set its new access token. And if you need another client, you can just create it like you did originally and let the client handle the refresh again if needed.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 17:51:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477027#M1625</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-07T17:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477185#M1628</link>
      <description>&lt;P&gt;Excellent! thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 07:16:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477185#M1628</guid>
      <dc:creator>OFV</dc:creator>
      <dc:date>2020-12-08T07:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477623#M1635</link>
      <description>&lt;P&gt;Greg, I still can't get it to work for a duration longer than the access token's validity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(this part works:)&lt;/P&gt;&lt;P&gt;I ask for user authentication (only once) using the&amp;nbsp;DropboxOAuth2Helper.GetAuthorizeUri with&amp;nbsp;OAuthResponseType.Code and&amp;nbsp;TokenAccessType.Offline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resulting POST http request gives me a code and DropboxOAuth2Helper.ProcessCodeFlowAsync provides me an access token and refresh token based on that code. The tokens are persisted in the DB and to be used for longer periods (months) without the user needing to re-login&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(this part fails:)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The DropboxClient is instantiated with the Access_token and refresh token retrieved in the first part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Using the&amp;nbsp;DropboxClient.Files.ListFolderAsync it works for a while (a few hours after initial usser auth), but the next day it fails with "&lt;SPAN&gt;Dropbox.Api.AuthException: expired_access_token/"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It concerns an MVC webapp, and the dropboxclient is newly instantiated on every use.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought the DropboxClient would do "it's thing" using the initial access and refresh tokens.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(I am using the Official Dropbox .Net v2 SDK v5.5.0 Nuget package)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 11:08:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477623#M1635</guid>
      <dc:creator>OFV</dc:creator>
      <dc:date>2020-12-09T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477751#M1639</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1383928"&gt;@OFV&lt;/a&gt;&amp;nbsp;When your "DropboxClient is instantiated with the Access_token and refresh token", are you also supplying the app key and secret? Those are required to perform the refresh. Make sure you're doing so, like &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/b5b487e2435b98c608ee0cb42300548e9df4098e/dropbox-sdk-dotnet/Examples/OauthBasic/Program.cs#L87" target="_self"&gt;in the example here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 16:11:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477751#M1639</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-09T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477939#M1640</link>
      <description>&lt;P&gt;Yes I am using the appid and appsecret. I'm using the constructor as in the example, with the addition of the access token expiry date:&lt;/P&gt;&lt;P&gt;CurrentClient = new DropboxClient(accessToken, refreshToken, expiryDate, appKey, appSecret, config);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The access token returned starts with sl. and is 139 bytes long. The refresh token starts with&amp;nbsp;1y_ and is 64 bytes long.&lt;/P&gt;&lt;P&gt;Fetching data from the api works up to the expiry date, which was set to 2020-12-09 17:37:48. After that fetching data takes a few minutes (!!) before throwing the exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 07:11:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/477939#M1640</guid>
      <dc:creator>OFV</dc:creator>
      <dc:date>2020-12-10T07:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/478003#M1641</link>
      <description>&lt;P&gt;I found 2 possible culprits:&lt;/P&gt;&lt;P&gt;- My code wasn't properly "asynced", which I know I have to avoid: eg: ListFolderAsync(xxx).result(). I recursively converted all methods to async (which was a long way up), and got rid of the .result calls. (I know these calls result in timeouts when exceptions occur inside)&lt;/P&gt;&lt;P&gt;- In the Dropbox App console for our app, under OAuth section: The "access token expiration" was still set to "no expiration", which I now set to "short lived".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With these 2 updates, it now seems to run (with original accesss token still from yesterday).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 10:33:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/478003#M1641</guid>
      <dc:creator>OFV</dc:creator>
      <dc:date>2020-12-10T10:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/478149#M1642</link>
      <description>Try to use a constructor with refreshtoken, appkey, appSecret. It works for me</description>
      <pubDate>Thu, 10 Dec 2020 15:51:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/478149#M1642</guid>
      <dc:creator>GevorgMel</dc:creator>
      <dc:date>2020-12-10T15:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/478502#M1644</link>
      <description>&lt;P&gt;Gevorg,&lt;/P&gt;&lt;P&gt;Thanks for the help, but it wroks for me now, even with the extra params in the constructor.&lt;/P&gt;&lt;P&gt;My issue was due to the 2 culprits I described in my previous post.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 08:11:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/478502#M1644</guid>
      <dc:creator>OFV</dc:creator>
      <dc:date>2020-12-11T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481428#M1669</link>
      <description>&lt;P&gt;I am saving only the refresh token to database and using dropboxClient with refresh token, appkey, appsecret constructor. Do I need to&amp;nbsp; save the access token also and use accessToken, refreshToken, appKey, appSecret, config constructor instead. What is the difference between them?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 19:44:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481428#M1669</guid>
      <dc:creator>abeyaz</dc:creator>
      <dc:date>2020-12-22T19:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481434#M1671</link>
      <description>No, there is no need to save access token, if you’re using appId, appSecret and refresh token it is enough. Provided access token will be ignored anyway.</description>
      <pubDate>Tue, 22 Dec 2020 20:03:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481434#M1671</guid>
      <dc:creator>GevorgMel</dc:creator>
      <dc:date>2020-12-22T20:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481437#M1672</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1391196"&gt;@abeyaz&lt;/a&gt;&amp;nbsp;GevorgMel is correct, you do not need to supply the access token as well. That is optional, since only the refresh token, app key, and app secret are actually needed to perform the refresh to get a new short-lived access token.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:11:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481437#M1672</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-22T20:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481451#M1674</link>
      <description>&lt;P&gt;Thank you. Documentation says refresh tokens are long-lived.&amp;nbsp; How long exactly? Say it is 6 months, does it mean we need to involve client again to get a new authentication code and then a new refresh token ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 21:11:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481451#M1674</guid>
      <dc:creator>abeyaz</dc:creator>
      <dc:date>2020-12-22T21:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox .NET SDK (Refresh Token)</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481452#M1675</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1391196"&gt;@abeyaz&lt;/a&gt;&amp;nbsp;Refresh tokens don't expire by themselves, but they can be revoked on demand by the user/app.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 21:17:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-NET-SDK-Refresh-Token/m-p/481452#M1675</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-22T21:17:11Z</dc:date>
    </item>
  </channel>
</rss>

