<?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: Re-authenticate using access token in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215735#M11120</link>
    <description>May i use sdk API v2 on xcode 7.3 version. Also i need link to download the latest sdk for ios.</description>
    <pubDate>Wed, 12 Apr 2017 07:41:29 GMT</pubDate>
    <dc:creator>katharina</dc:creator>
    <dc:date>2017-04-12T07:41:29Z</dc:date>
    <item>
      <title>Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215538#M11105</link>
      <description>&lt;P&gt;Hi, i get access token in my app using dropbox api. i want to reauthenticate in the same app on other device using these access token. How i can program it in objective c. Kinldy provide me solutions for this as i need it very badly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for needfull help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:23:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215538#M11105</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2019-05-29T09:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215653#M11110</link>
      <description>&lt;P&gt;Are you using &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_self"&gt;the official API v2 Objective-C SDK&lt;/A&gt;?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, you can construct a&amp;nbsp;DBUserClient on the fly using an existing access token using the &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBUserClient.html#/c:objc(cs)DBUserClient(im)initWithAccessToken:" target="_self"&gt;DBUserClient.initWithAccessToken&lt;/A&gt;&amp;nbsp;constructor. If you want to have the SDK store the access token for you, you can use &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBOAuthManager.html#/c:objc(cs)DBOAuthManager(im)storeAccessToken:" target="_self"&gt;DBOAuthManager.storeAccessToken&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that access tokens are sensitive, as they enable access to the account, so make sure you transport the access token securely. That being the case, it may just be easier/safer to process the app authorization flow again on the other device. Also, note that it isn't reccomended to distribute an app with an access token for a particular account embedded in the app, as that can be extracted by a malicious user.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 18:42:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215653#M11110</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-11T18:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215735#M11120</link>
      <description>May i use sdk API v2 on xcode 7.3 version. Also i need link to download the latest sdk for ios.</description>
      <pubDate>Wed, 12 Apr 2017 07:41:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215735#M11120</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-12T07:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215741#M11125</link>
      <description>i am using sdk 1.3 and api version is 1. And i write my whole in this. so i need a solution for this with coding part.  I need it urgent.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 12 Apr 2017 09:16:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215741#M11125</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-12T09:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215814#M11127</link>
      <description>&lt;P&gt;It sounds like you're using the iOS Core SDK, for&amp;nbsp;Dropbox API v1. &lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_self"&gt;Dropbox API v1 is deprecated and being retired in a few months&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should migrate to API v2 whenever you can. I&amp;nbsp;recommend using&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_self" rel="nofollow noopener noreferrer"&gt;the official API v2 Objective-C SDK&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is technically possible with the iOS Core SDK as well though. You can store an existing access token using DBSession.updateAccessToken:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;- (void)updateAccessToken:(NSString *)token accessTokenSecret:(NSString *)secret forUserId:(NSString *)userId;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can then init a DBRestClient for that user normally.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 17:51:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215814#M11127</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-12T17:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215905#M11143</link>
      <description>&lt;P&gt;Yes, i user the same method for reauthenticate, but i do not know what i need to call once it is autheticate from this method to fetch dropbox folder. My code is bellow&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;v1AccessToken i am storing in the sever and accessing when i start my app.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;if(v1AccessToken.length&amp;gt;0)
&amp;nbsp; &amp;nbsp; {
&amp;nbsp;&amp;nbsp; //&amp;nbsp; [[DBSession sharedSession] updateAccessToken:v1AccessToken accessTokenSecret:v1AccessTokenSecret forUserId:ui];
&amp;nbsp; &amp;nbsp; &amp;nbsp; [[DBSession sharedSession] updateAccessToken:@"" accessTokenSecret:@"" forUserId:@""];
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if([DBSession sharedSession] != nil)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NSLog(@"Reauthenticating");
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [self performSelector:@selector(fetchAllDropboxData) withObject:nil afterDelay:0.2];
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/PRE&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p5"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;how i can fetch the folder once it is authenticate usign this method. KInldy help me with coding part.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p5"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:32:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/215905#M11143</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-13T17:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216019#M11149</link>
      <description>Once you've set the access token, you can get a DBRestClient using DBRestClient.initWithSession. From there, you use the client normally:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers-v1/core/start/ios" target="_blank"&gt;https://www.dropbox.com/developers-v1/core/start/ios&lt;/A&gt;</description>
      <pubDate>Thu, 13 Apr 2017 17:34:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216019#M11149</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-13T17:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216102#M11161</link>
      <description>&lt;P&gt;Hi Greg, I am using it in this way. But after all that it shows me that it session is expired and do you want to relink it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;if (![[DBSession sharedSession] isLinked])
{
[[DBSession sharedSession] updateAccessToken:@"" accessTokenSecret:@"" forUserId:@""];
self.restClient = [[DBRestClient alloc] initWithSession:[DBSession sharedSession]];
self.restClient.delegate = self;
NSLog(@"Reauthenticating");
[self performSelector:@selector(fetchAllDropboxData) withObject:nil afterDelay:0.2];
// [[DBSession sharedSession] linkFromController:self];
{
YourClientsViewController *control = [self.storyboard instantiateViewControllerWithIdentifier:@"YourClientsViewController"];
[self.navigationController pushViewController:control animated:YES];
}
else
{
[[DBSession sharedSession] linkFromController:self];
UIAlertView *view = [[UIAlertView alloc]initWithTitle:@"Account Login!" message:@"Your dropbox account has been login" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];
[view show];

if (!loadData)
{
loadData = @"";
}

// [MBProgressHUD showHUDAddedTo:self.view animated:YES];
[self performSelector:@selector(fetchAllDropboxData) withObject:nil afterDelay:0.2];
}
&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please help me to modify this code so that it will work.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 16:57:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216102#M11161</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-14T16:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216168#M11185</link>
      <description>I'm not sure I follow. Can you share the full error/output you're getting?&lt;BR /&gt;&lt;BR /&gt;Also, to clarify, you are entering the values in updateAccessToken:@"" accessTokenSecret:@"" forUserId:@"" and are just redacting them for the forum, correct?&lt;BR /&gt;&lt;BR /&gt;You should, as the access token is sensitive, but I want to make sure you do have the right values there. The updateAccessToken parameter should be the OAuth 1 access token key, the accessTokenSecret parameter should be the OAuth 1 access token secret, and the forUserId should be your account's user ID.</description>
      <pubDate>Fri, 14 Apr 2017 17:01:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216168#M11185</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-14T17:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216418#M11216</link>
      <description>Yes, i am entering the access token. &lt;BR /&gt;My query is that how you like to use this access token in the below method and display folder ,&lt;BR /&gt;&lt;BR /&gt;self.restClient = [[DBRestClient alloc] initWithSession:[DBSession sharedSession]];&lt;BR /&gt;    self.restClient.delegate = self;</description>
      <pubDate>Mon, 17 Apr 2017 06:03:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216418#M11216</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-17T06:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216507#M11228</link>
      <description>Once you've set the access token in the session, and retrieved a client with that session, as above, you can use that client to make calls.&lt;BR /&gt;&lt;BR /&gt;The tutorial covers the basic of using a client to make calls. For example, to list a folder:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers-v1/core/start/ios#listing" target="_blank"&gt;https://www.dropbox.com/developers-v1/core/start/ios#listing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What part specifically isn't working for you?</description>
      <pubDate>Mon, 17 Apr 2017 18:02:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216507#M11228</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-17T18:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216786#M11272</link>
      <description>HI greg, &lt;BR /&gt;&lt;BR /&gt;Suppose i have access token like "dsfhakfhanflfjfba455".&lt;BR /&gt;&lt;BR /&gt;So can you suggest me how i can login to the dropbox without redirecting to the Login controller of dropbox.&lt;BR /&gt;Plz help me with a proper code. I am stuck at this from past 2 weeks.</description>
      <pubDate>Wed, 19 Apr 2017 05:16:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216786#M11272</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-19T05:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216903#M11282</link>
      <description>Can you share the code you have so far and post the error or unexpected output you're getting? If I see what's not working for you, I may be able to offer more help.&lt;BR /&gt;&lt;BR /&gt;Also, is your access token just one piece like that? If so, you likely have an OAuth 2 access token. You indicated you're using the v1 iOS Core SDK, which uses OAuth 1 access tokens, but if you got the token elsewhere, it is likely an OAuth 2 access token. You'll need an OAuth 1 access token if you're using the iOS Core SDK. &lt;BR /&gt;&lt;BR /&gt;If you are working with an OAuth 2 access token, I do recommend using the API v2 SDK instead, per my original message. (That's recommended anyway, as API v1 is deprecated.)</description>
      <pubDate>Wed, 19 Apr 2017 17:24:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/216903#M11282</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-19T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217723#M11385</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;MY token is similar to this y4yp61aez2fn8  &lt;BR /&gt;--- hope so that now you can understand my query.&lt;BR /&gt;My query---- How i can authorise  from different  devices using the access token or DBSesssion. And once i authorise i want to fetch the data of dropbox. i need the coding solution for this.</description>
      <pubDate>Tue, 25 Apr 2017 06:50:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217723#M11385</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-25T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217725#M11386</link>
      <description>Yes, this is my query is that how we can set the access token in the session and how to retrieve the client. Once you help me to fix it after that i can easily fetch the data.  Help me to find solution with code in objective c.</description>
      <pubDate>Tue, 25 Apr 2017 06:53:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217725#M11386</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-25T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217835#M11394</link>
      <description>&lt;P&gt;It sounds like "y4yp61aez2fn8" is the key for an OAuth 1 access token. There should also be a corresponding secret value for the OAuth 1 access token. With&amp;nbsp;those values, you can set the access token using the&amp;nbsp;updateAccessToken method I mentioned ealier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have any pre-written code for this to share though, as this is not something we&amp;nbsp;recommend you do, and that SDK is deprecated anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, if you need help, please share&amp;nbsp;the code you have so far and post the error or unexpected output you're getting. If I see what's not working for you, I may be able to offer more help.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 18:06:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217835#M11394</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-25T18:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217911#M11404</link>
      <description>&lt;P&gt;Yes, i have all access token, token sercert, user id, And i use this all in such way.&lt;BR /&gt;1. I create a method for the updateToken as below and in this method i am fetching the folder of dropbox.&lt;BR /&gt;2 I call this method to update token in viewDid Load&lt;BR /&gt;3 When i run the app, it did not display the folder of the dropbox and even do not that it is logged in the dropbox using updated access or not.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;- (void)viewDidLoad
{
[super viewDidLoad]; 
[self updateAccessToken:@"zu7k2w75btivr" accessTokenSecret:@"ndxj3c5u4kzp3" forUserId:@"653926434"];
}

//update access token method
- (void)updateAccessToken:(NSString *)token accessTokenSecret:(NSString *)secret forUserId:(NSString *)userId
{
[self.restClient loadMetadata:@"/"];
}
&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Error---&lt;/P&gt;
&lt;PRE&gt;[WARNING] DropboxSDK: error making request to /1/account/info - (400) invalid_request
[WARNING] DropboxSDK: error making request to /1/metadata/dropbox - (400) invalid_request&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Apr 2017 18:17:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/217911#M11404</guid>
      <dc:creator>katharina</dc:creator>
      <dc:date>2017-04-26T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re-authenticate using access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/218030#M11415</link>
      <description>Thanks! That's helpful. It looks like you're defining your own updateAccessToken method. That's actually an existing method on DBSession though. You shouldn't define your own. You should call that on your DBSession instance before attempting API calls such as loadMetadata.</description>
      <pubDate>Wed, 26 Apr 2017 18:19:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-authenticate-using-access-token/m-p/218030#M11415</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-26T18:19:33Z</dc:date>
    </item>
  </channel>
</rss>

