<?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: Migration token  OAuth 1 to Oauth 2 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244749#M13803</link>
    <description>&lt;P&gt;To properly call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;, you will need four pieces:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- In the "Authorization" header, as Basic authentication, you need to provide the 1) app key and 2) app secret.&lt;/P&gt;
&lt;P&gt;- In the request body, as JSON, you need to provide the 3)&amp;nbsp;oauth1_token, i.e., the OAuth 1 access token key, and 4) oauth1_token_secret, i.e., the OAuth 1 access token secret.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These 4 strings would all be different strings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sending up all 4 of those?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2017 20:11:27 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-02T20:11:27Z</dc:date>
    <item>
      <title>Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244740#M13798</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Good Afternoon&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I triyed to update my OAuth 1 token to OAuth 2 through this HTTP request&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;https://api.dropboxapi.com/2/auth/token/from_oauth1&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;But the response looks like this :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{"error_summary": "invalid_oauth1_token_info/.", "error": {".tag": "invalid_oauth1_token_info"}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This kind of error references to the token information ( key:secret ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;parameter's data&amp;nbsp; is :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$auth = $key.':'.$secret&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;array("oauth1_token"=&amp;gt;$auth,"oauth1_token_secret"=&amp;gt;$secret);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But the values was correct !( I think so...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Whats going on ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244740#M13798</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2019-05-29T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244749#M13803</link>
      <description>&lt;P&gt;To properly call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1" target="_self"&gt;/2/auth/token/from_oauth1&lt;/A&gt;, you will need four pieces:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- In the "Authorization" header, as Basic authentication, you need to provide the 1) app key and 2) app secret.&lt;/P&gt;
&lt;P&gt;- In the request body, as JSON, you need to provide the 3)&amp;nbsp;oauth1_token, i.e., the OAuth 1 access token key, and 4) oauth1_token_secret, i.e., the OAuth 1 access token secret.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These 4 strings would all be different strings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sending up all 4 of those?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 20:11:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244749#M13803</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-02T20:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244766#M13810</link>
      <description>&lt;P&gt;Thank you for quickly response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Am I &lt;SPAN&gt;need to pass ( appKey: appSecret&amp;nbsp; )&amp;nbsp;in the&amp;nbsp;Authorization header&amp;nbsp; ?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3)&amp;nbsp;oauth1_token is the appKey ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4)&amp;nbsp;oauth1_token_secret is the secret ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My request is made&amp;nbsp;by this way :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="oauth.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/1341iD00A4BD893068EE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="oauth.png" alt="oauth.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 20:24:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244766#M13810</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2017-10-02T20:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244776#M13812</link>
      <description>You do need to pass the app key and secret in the Authorization header. &lt;BR /&gt;&lt;BR /&gt;The oauth1_token is not the app key, and the oauth1_token_secret is not the app secret. These all should be different strings.&lt;BR /&gt;&lt;BR /&gt;The oauth1_token is the key portion of the OAuth 1 access token. The oauth1_token_secret is the secret portion of the OAuth 1 access token. You would get these from the stored OAuth 1 access tokens you have for users from when your app was using OAuth 1 on API v1. If your app doesn't have stored OAuth 1 access tokens, you shouldn't be using /2/auth/token/from_oauth1.</description>
      <pubDate>Mon, 02 Oct 2017 20:55:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244776#M13812</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-02T20:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244779#M13815</link>
      <description>&lt;P&gt;I have to explain my situation...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used to use SDK's maded to PHP, but with this nes upgrade with the new update this&amp;nbsp; become obsolete.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What the way i can get to migrate my app ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think this&amp;nbsp;&amp;nbsp;&lt;A href="https://www.google.com/url?q=https%3A%2F%2Fapi.dropboxapi.com%2F2%2Fauth%2Ftoken%2Ffrom_oauth1&amp;amp;sa=D&amp;amp;sntz=1&amp;amp;usg=AFQjCNEy3FKjiGQ4TD7jiqeqtMuBhwp9iQ" target="_blank" rel="nofollow noreferrer"&gt;https://api.dropboxapi.com/2/auth/token/from_oauth1&lt;/A&gt;&amp;nbsp;is the better way to i can finish the migration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you help me ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 21:08:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244779#M13815</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2017-10-02T21:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244781#M13817</link>
      <description>Are you referring to this PHP SDK?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-php" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That SDK already used OAuth 2, not OAuth 1. If you were using that, you shouldn't have OAuth 1 tokens, so you don't need to use /2/auth/token/from_oauth1. You should just use the existing OAuth 2 access tokens with API v2.</description>
      <pubDate>Mon, 02 Oct 2017 21:16:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244781#M13817</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-02T21:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244876#M13834</link>
      <description>&lt;P&gt;Yes thats it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Howerver in this link " &lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt; " dont appear PHP language.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have to change exactly ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The call of yours new Api ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to use "getMetadataWithChildren" and&amp;nbsp; "uploadFile", where i have to chage ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's for your attention in this case.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 12:31:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244876#M13834</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2017-10-03T12:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244884#M13836</link>
      <description>&lt;P&gt;Forget about it..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the access but,&amp;nbsp;has something&amp;nbsp; change in&amp;nbsp;getMetadataWithChildren parameters ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every path passed in the parameter return "null".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 13:22:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244884#M13836</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2017-10-03T13:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244927#M13849</link>
      <description>The &lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt; link is for the HTTP interface itself. &lt;BR /&gt;&lt;BR /&gt;We don't have plans for an official PHP SDK for Dropbox API v2, but you can use a third party library if you don't want to call the HTTPS endpoints directly:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/communitysdks" target="_blank"&gt;https://www.dropbox.com/developers/documentation/communitysdks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For reference, to upload files, you can use:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To get metadata for a file or folder, you should use:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To list the contents of a folder, you should use:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you use a third party library instead of these endpoints directly, there should be corresponding methods for each of those.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Oct 2017 16:22:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/244927#M13849</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-03T16:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245668#M13945</link>
      <description>&lt;P&gt;I'm almost done..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I make upload chunked&amp;nbsp; in the moment to append the existing files already uploaded I got&amp;nbsp;this response :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Unexpected HTTP status 409 {"error_summary": "incorrect_offset/.", "error": {".tag": "incorrect_offset", "correct_offset": 15}}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Why the correct_offset is 15 ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The operation to calculate the&amp;nbsp;byteOffset is wrong ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Gratefull to help me in this situation !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 18:28:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245668#M13945</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2017-10-06T18:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245678#M13949</link>
      <description>The correct_offset value indicates what byte index in the upload the Dropbox API servers expect next. This may not always match what your app expects, e.g., in cases where the app and server were unable to communicate. For example, if a previous request was received, but the response never made it to the app.&lt;BR /&gt;&lt;BR /&gt;When this happens, you should resume the upload session at the specified offset.</description>
      <pubDate>Fri, 06 Oct 2017 19:07:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245678#M13949</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-06T19:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245685#M13952</link>
      <description>&lt;P&gt;Something is stranged to me because the server expect 15 for value to offset. Is this number to small ? Do you think so ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 19:36:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245685#M13952</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2017-10-06T19:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245686#M13953</link>
      <description>Yes, I would expect the value should be at least the size of one chunk (e.g., if only one chunk succeeded). What chunk size are you using? We generally recommend something much larger than 15, e.g., 8 MB (8388608 bytes).</description>
      <pubDate>Fri, 06 Oct 2017 19:46:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245686#M13953</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-06T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245687#M13954</link>
      <description>&lt;P&gt;I got it !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using the same as the PHP SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;4194304.&amp;nbsp;// 4 MB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be another thing ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 20:02:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245687#M13954</guid>
      <dc:creator>giullianoa</dc:creator>
      <dc:date>2017-10-06T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Migration token  OAuth 1 to Oauth 2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245972#M13977</link>
      <description>Can you share some code to reproduce the issue? I'm not sure off hand what the issue may be, but we'll be happy to look into it. Thanks in advance!</description>
      <pubDate>Mon, 09 Oct 2017 14:35:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Migration-token-OAuth-1-to-Oauth-2/m-p/245972#M13977</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-09T14:35:02Z</dc:date>
    </item>
  </channel>
</rss>

