<?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: Intermittent &amp;quot;code has expired&amp;quot;, on authorization with .NET SDK in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609698#M2782</link>
    <description>&lt;P&gt;Hi &lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1288697" target="_blank"&gt;@giovaniluigi&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox is in the process of switching to only issuing short-lived access tokens (and optional refresh tokens) instead of long-lived access tokens. You can find &lt;A href="https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens#updating-access-token-type" target="_blank" rel="noopener noreferrer nofollow"&gt;more information on this migration here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems though more at issue is the exchange a code for a token. If I understand correctly, all codes must be transferred manually from the computer to your kiosk, and so it's possible your users are sometimes taking more than the five minutes these tokens are valid for. In addition, if they don't type it in exactly correctly then it won't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your use case sounds like what the &lt;A href="https://datatracker.ietf.org/doc/html/rfc8628" target="_self"&gt;OAuth 2.0 Device Authorization Grant&lt;/A&gt; was designed for. However currently Dropbox does not offer this flow. I will however bring this up with our team to see if we can in the future.&lt;/P&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-message-main"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;
&lt;DIV class="message-meta-data"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 15 Jul 2022 00:00:10 GMT</pubDate>
    <dc:creator>Scott-DB</dc:creator>
    <dc:date>2022-07-15T00:00:10Z</dc:date>
    <item>
      <title>Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609627#M2775</link>
      <description>&lt;P&gt;I have integrated Dropbox into a software running on a touch-screen kiosk type Win10 machine, using the provided .NET SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because a web browser is not available, the user has to generate a Dropbox authorization code in his Desktop computer, and then type the long received code into our software, so that the SDK can exchange the authorization code by a token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the token I am using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;await DropboxOAuth2Helper.ProcessCodeFlowAsync(authorizationCode, appKey, appSecret);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the received token, I am then building an instance of the client:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;var client = new DropboxClient(token, new DropboxClientConfig() { HttpClient = client });&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, on average,&amp;nbsp; 2 out of 3 attempts will thrown an &lt;EM&gt;OAuth2Exception&lt;/EM&gt; with message:&amp;nbsp;&lt;EM&gt;invalid_grant and error description:&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;code has expired (within the last hour)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Sometimes, after successful authentication the token seems to get revoked by the server after a while.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These machines are running on older version of Win10 (from 2015/2016) and cannot be updated.&lt;BR /&gt;Recently I have updated them to use TLS 1.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This has been going on since I integrated, more than an year, and recently seems to happen more and more frequently.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 10:38:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609627#M2775</guid>
      <dc:creator>giovaniluigi</dc:creator>
      <dc:date>2022-07-15T10:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609671#M2776</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1288697"&gt;@giovaniluigi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Sometimes, after successful authentication the token seems to get revoked by the server after a while.&lt;/P&gt;&lt;P&gt;...&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/1288697"&gt;@giovaniluigi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You should take in mind that all new access tokens are short lived access tokens (you can distinguish them with starting "sl."). Despite an existing long lived access token can still be used (if you kept any), new cannot be issued anymore (they are deprecated some time ago and issuing dropped already). If you want processing within your application, without user disturb for re-authentication, refresh token should be used. The refresh token doesn't expire itself (till explicit revoke). You are constructing your Dropbox client object using access token alone (with the constructor &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/7106a9e922d25277882aa7b76831136a7bb3d636/dropbox-sdk-dotnet/Dropbox.Api/DropboxClient.cs#L81" target="_blank" rel="noopener"&gt;here&lt;/A&gt;)! That's where your issue is coming from - access token can alive for 4 hours, at most. Use another constructor (suitable in your case) that relies on refresh token instead. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 21:52:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609671#M2776</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-07-14T21:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609672#M2777</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790"&gt;@Здравко&lt;/a&gt;&amp;nbsp; for your answer on that problem. I imagined the temporary revoke would be a problem related to the time limit mentioned in recent posts, but I thought the SDK would still work.&lt;/P&gt;&lt;P&gt;These are breaking changes... We don't see that often these days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now that still does not answer the issue while trying to exchange authorization code by token.&lt;BR /&gt;That one is currently my biggest issue.&lt;BR /&gt;I don't see how a server that issues an authorization code, would say that this same code has expired a few seconds after generating it.&lt;BR /&gt;To me that is non-sense.&amp;nbsp;&lt;SPAN&gt;But that is what the SDK says on the exception.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 22:00:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609672#M2777</guid>
      <dc:creator>giovaniluigi</dc:creator>
      <dc:date>2022-07-14T22:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609677#M2778</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1288697"&gt;@giovaniluigi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... I imagined the temporary revoke would be a problem related to the time limit mentioned in recent posts, but I thought the SDK would still work.&lt;/P&gt;&lt;P&gt;These are breaking changes... &lt;STRONG&gt;We don't see that often&lt;/STRONG&gt; these days.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D6F1E7339C4A1D356873D19B1E420FB0/emoticons/1f62f.png" alt=":hushed_face:" title=":hushed_face:" /&gt; Wow... If you have seen that is less than 100% after 4 hours... &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; You have discovered something like perpetuum-mobile. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt; But while working for you it's Ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the rest.&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Some piece of code reproducing the issue (piece that can be compiled and run) would be a good start point. Let's hope there is somebody here able to direct you through once there is a example to evaluate.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 22:15:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609677#M2778</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-07-14T22:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609689#M2779</link>
      <description>&lt;P&gt;Hmm, I meant that its not often that a big company update their server and break all existing code running on their own SDK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the code to reproduce the behavior is really 1 line:&lt;/P&gt;&lt;PRE&gt;await DropboxOAuth2Helper.ProcessCodeFlowAsync(authorizationCode, appKey, appSecret);&lt;/PRE&gt;&lt;P&gt;That call will throw, complaining about authorization code expired, for a code that is not supposed to be expired (i.e. generated a few seconds earlier)&lt;BR /&gt;Now of course that its not for all users. It works 100% of the time for some users on different machines, while for others will fail like 2 times out of 3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That obviously is not the most used authorization flow (manually entering the authorization code) so there is much less data about issues.&lt;/P&gt;&lt;P&gt;It is also more vulnerable to validation issues for many reasons, especially given the fact that the code is generated in one machine, then entered in another one. I wonder if this is part of the problem. Usually an authorization code is valid by itself and should not require additional security checks, like client name, IP, location...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 23:01:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609689#M2779</guid>
      <dc:creator>giovaniluigi</dc:creator>
      <dc:date>2022-07-14T23:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609693#M2780</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1288697"&gt;@giovaniluigi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hmm, I meant that its not often that a big company update their server and break all existing code running on their own SDK&lt;/P&gt;&lt;P&gt;...&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/1288697"&gt;@giovaniluigi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Might be said, but how would you improve something like long lived access token when it's considered insecure? 🧐 Actually all existing tokens work still, only new can't get issued. In such a way there is back compatibility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You "code" is not something opaque that can securely reproduce the state. The statement is context sensitive! It depends on how you have launched your browser (your URL), for example. The set of required arguments can vary and their format too. Selected authentication flow is very important! That's why a single line of code (like your) isn't enough. Can you write a dummy program with this line and reproduce the issue? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; That's what I'm asking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1288697"&gt;@giovaniluigi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;It is also more vulnerable to validation issues for many reasons, especially given the fact that the code is generated in one machine, then entered in another one. I wonder if this is part of the problem. Usually an authorization code is valid by itself and should not require additional security checks, like client name, IP, location...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In general, there should not be a problem URL to be launched on different machine and then produced code returned back. This can't be a problem itself. The statement that "authorization code is valid by itself and should not require additional security checks" is definitely not true!!! That's exactly what your "code" is doing when launched - code verification together with all other passed arguments (let's imagine there is some required argument, but you don't pass it). &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; And most probably this assumption is leading to such consequences. Be more careful... with the context.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 23:27:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609693#M2780</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-07-14T23:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609697#M2781</link>
      <description>&lt;P&gt;If I create a console application and write that 1 line of code passing the provided argument that can be generated from the Dropbox console, it will generate the result I am saying. It will throw (sometimes... hence my problem).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, for the .NET SDK that one line call is for a static method in a Helper class, and should carry no context by convention. The context you are looking for is the SDK requests, the OS, the connection, network driver, IP, location... Exactly what I am looking for here, since I don't know what the server is looking during validation, and the Dropbox SDK provides a message that conveys doubtful information. Even if I trust the message and assume that the token is indeed expired after seconds of being generated, the question "why?" remains.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea to have the authorization code is to give trust to the owner of that authorization code. If you need to interrogate that owner, then you can't trust the owner to begin with. So that is my point. Possessing the code is enough for that purpose. And it is the only data that the Dropbox page provides you anyway. If different machines would not be a problem, as you said, that is basically saying: who presents me the code is trustworthy&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 23:48:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609697#M2781</guid>
      <dc:creator>giovaniluigi</dc:creator>
      <dc:date>2022-07-14T23:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609698#M2782</link>
      <description>&lt;P&gt;Hi &lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1288697" target="_blank"&gt;@giovaniluigi&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox is in the process of switching to only issuing short-lived access tokens (and optional refresh tokens) instead of long-lived access tokens. You can find &lt;A href="https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens#updating-access-token-type" target="_blank" rel="noopener noreferrer nofollow"&gt;more information on this migration here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems though more at issue is the exchange a code for a token. If I understand correctly, all codes must be transferred manually from the computer to your kiosk, and so it's possible your users are sometimes taking more than the five minutes these tokens are valid for. In addition, if they don't type it in exactly correctly then it won't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your use case sounds like what the &lt;A href="https://datatracker.ietf.org/doc/html/rfc8628" target="_self"&gt;OAuth 2.0 Device Authorization Grant&lt;/A&gt; was designed for. However currently Dropbox does not offer this flow. I will however bring this up with our team to see if we can in the future.&lt;/P&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-message-main"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;
&lt;DIV class="message-meta-data"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Jul 2022 00:00:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609698#M2782</guid>
      <dc:creator>Scott-DB</dc:creator>
      <dc:date>2022-07-15T00:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent "code has expired", on authorization with .NET SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609702#M2783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1519256"&gt;@Scott-DB&lt;/a&gt;,&amp;nbsp;hmm you really provided one critical piece of information there.&lt;/P&gt;&lt;P&gt;So the auth code is only good for 5 minutes. Now it starts to make sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that this time window has not always been respected. So that is very likely the cause.&lt;BR /&gt;As you know, the manual code is pretty long... so it makes sense that 5 min is probably right on the edge...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Yes, the Device Grant would be the best option for us.&lt;/P&gt;&lt;P&gt;To make easier for our end-user, I am implementing a similar idea where the kiosk device polls our own servers...&lt;/P&gt;&lt;P&gt;IOT devices and small touch panels would benefit a lot from it.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 00:33:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Intermittent-quot-code-has-expired-quot-on-authorization-with/m-p/609702#M2783</guid>
      <dc:creator>giovaniluigi</dc:creator>
      <dc:date>2022-07-15T00:33:54Z</dc:date>
    </item>
  </channel>
</rss>

