<?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 Account Id vs UID in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141081#M4402</link>
    <description>&lt;P&gt;These are just different formats for identifying&amp;nbsp;Dropbox accounts. Is it causing any problems in your app?&lt;/P&gt;</description>
    <pubDate>Sat, 12 Dec 2015 03:07:15 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-12-12T03:07:15Z</dc:date>
    <item>
      <title>Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141080#M4401</link>
      <description>&lt;P&gt;Hello, I'm using Swifty dropbox and wanted to know the difference between accountId I get from getAccountId() call vs. the userId set in my shared client.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:37:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141080#M4401</guid>
      <dc:creator>Jiho P.</dc:creator>
      <dc:date>2019-05-29T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141081#M4402</link>
      <description>&lt;P&gt;These are just different formats for identifying&amp;nbsp;Dropbox accounts. Is it causing any problems in your app?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 03:07:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141081#M4402</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-12T03:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141082#M4403</link>
      <description>&lt;P&gt;I'm trying to figure out which one to use to uniquely identify a user in a consumer app. Are they both globally unique? Which one makes more sense for me to use for this purpose?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 03:40:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141082#M4403</guid>
      <dc:creator>Jiho P.</dc:creator>
      <dc:date>2015-12-12T03:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141083#M4404</link>
      <description>&lt;P&gt;They're both globally unique, but the longer one from&amp;nbsp;getAccountId is preferred in general, and is required when interacting with the API v2 calls themselves, e.g., when specifying a user.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 03:42:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141083#M4404</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-12T03:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141084#M4405</link>
      <description>&lt;P&gt;Is there &amp;nbsp;a way to get UID in Java API ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been using the UID as a user identifier in my APP ...&lt;/P&gt;
&lt;P&gt;I have been able to access this in Swify and .NET&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:11:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141084#M4405</guid>
      <dc:creator>RTS S.</dc:creator>
      <dc:date>2016-01-21T00:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141085#M4406</link>
      <description>&lt;P&gt;RTS, API v2 only uses the new account ID format, so we&amp;nbsp;recommend moving to that if you're using API v2. You can use the &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.0.x/com/dropbox/core/v2/DbxUsers.html#getAccount-java.lang.String-" target="_blank" rel="nofollow noreferrer"&gt;getAccount&lt;/A&gt;&amp;nbsp;method&amp;nbsp;to get account information, including the account ID, from API v2 in the Java SDK. You can continue using API v1 methods if necessary though.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 02:21:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141085#M4406</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-21T02:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141086#M4407</link>
      <description>&lt;P&gt;My app has been around since before V2 ... I already have UID in the database.&lt;/P&gt;
&lt;P&gt;I have already converted OSX, IOS to V2, developed the .NET APP.&lt;/P&gt;
&lt;P&gt;All of those have access to UID.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you are recommending that I stay on V1 for android ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this a long term stable identifier ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 03:52:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141086#M4407</guid>
      <dc:creator>RTS S.</dc:creator>
      <dc:date>2016-01-21T03:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141087#M4408</link>
      <description>&lt;P&gt;API v1 isn't deprecated, so you can use it if you want, but we certainly recommend moving to API v2 when possible.&lt;/P&gt;
&lt;P&gt;For API v2, you should use the account ID, which is stable. As part of migrating to API v2, you should get the account IDs. I.e., for any access token, call the getAccount method to get the corresponding account ID.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 05:04:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141087#M4408</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-21T05:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141088#M4409</link>
      <description>&lt;P&gt;OK, but I hope this is stable for V3 ....&amp;nbsp;&lt;/P&gt;
&lt;P&gt;user identification is critical for resource not maintained entirely on your server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 05:09:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141088#M4409</guid>
      <dc:creator>RTS S.</dc:creator>
      <dc:date>2016-01-21T05:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141089#M4410</link>
      <description>&lt;P&gt;I have been inserted the UID in the Database for unique purpose. It is an integer value. As i will integrate the V2 what i will do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Example:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;V1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;User A : uid:123456&lt;/P&gt;
&lt;P&gt;get the data from datatbase like as&lt;/P&gt;
&lt;P&gt;Select * from User where uid=123456 - &amp;nbsp;Is working fine.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;V2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;User A : dbid:asd3-asdf ds&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only coming the dbid is not there uid. How to migrate. Already 1000 user have uid. How to change dbid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please give solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 17:33:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141089#M4410</guid>
      <dc:creator>Arusnundar S.</dc:creator>
      <dc:date>2016-08-30T17:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141090#M4411</link>
      <description>&lt;P&gt;Arusnundar, you can call&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="nofollow noreferrer"&gt;/2/users/get_current_account&lt;/A&gt;&amp;nbsp;for any given account using the account's access token and store the new&amp;nbsp;account_id value from there.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 23:48:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141090#M4411</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-30T23:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141091#M4412</link>
      <description>&lt;P&gt;Gregory,&lt;/P&gt;
&lt;P&gt;I have already stored the user id&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;(UID integer)&lt;/STRONG&gt;&lt;/EM&gt; in the Database. But I didn't get UID instead of DBID. You told correct, i will stored the account_id. Even&amp;nbsp;I need the UID to get for old user account info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Questions is,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there any function to get UID in V2 version not V1?&lt;/LI&gt;
&lt;LI&gt;How to migrate the UID to DBID?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Please give a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 12:51:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141091#M4412</guid>
      <dc:creator>Arusnundar S.</dc:creator>
      <dc:date>2016-08-31T12:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141092#M4413</link>
      <description>&lt;P&gt;1. No, API v2 doesn't return the v1 user ID.&lt;/P&gt;
&lt;P&gt;2. For each user you have, with a known user ID and access token, use that user's access token to call&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="nofollow noreferrer"&gt;/2/users/get_current_account&lt;/A&gt;&amp;nbsp;and store the resulting account ID as being for that user.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 00:40:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/141092#M4413</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-01T00:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/218736#M11495</link>
      <description>&lt;P&gt;Poking this thread back into life, &amp;nbsp;is there a way in V2 to get the V1 userId? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 12:57:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/218736#M11495</guid>
      <dc:creator>Steve L.</dc:creator>
      <dc:date>2017-05-01T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/218793#M11501</link>
      <description>No, API v2 does not offer a way to get the v1 user ID.</description>
      <pubDate>Mon, 01 May 2017 18:51:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/218793#M11501</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-01T18:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/219058#M11538</link>
      <description>&lt;P&gt;I have no problems changing to use the accountID going forward, but it would be very helpful if there were a way to get the V1 userID (read-only) for those who have thousands of existing installs that use the Dropbox V1 userID as a primary key. &amp;nbsp; As things stand there's no way to associate existing users with their data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 04:04:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/219058#M11538</guid>
      <dc:creator>Steve L.</dc:creator>
      <dc:date>2017-05-03T04:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/219184#M11547</link>
      <description>&lt;P&gt;Another problem I'm running into with the removal of the userID is that the URL to a file revision history is using this userID. These URLs are in the following format:&amp;nbsp;&lt;A href="https://www.dropbox.com/history/[PATH_TO_FILE]?_subject_uid=111111111" target="_blank"&gt;https://www.dropbox.com/history/[PATH_TO_FILE]?_subject_uid=111111111&lt;/A&gt;. Is there another way to generate them now that API v2 no longer returns the userID?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 14:18:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/219184#M11547</guid>
      <dc:creator>AEmery</dc:creator>
      <dc:date>2017-05-03T14:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/219227#M11554</link>
      <description>Thanks for the feedback everyone!&lt;BR /&gt;&lt;BR /&gt;No, unfortunately there isn't a way to get these IDs or generate these links, but I'll be sure to pass this along as a feature request.</description>
      <pubDate>Wed, 03 May 2017 18:05:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/219227#M11554</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-03T18:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/225462#M12240</link>
      <description>&lt;P&gt;We are finishing up our API migration, and hit a bit of a snag here. The solution for mapping old account IDs (uid) to new account IDs (account_id) seems to be a proactive call to the V2 API with an existing token to retrieving account_id. Is this correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this mean that we need to get every user (we have tens of thousands) to use our app in some way so we can piggyback a call to get account_id before the V1 api is shut off? If a user&amp;nbsp;takes a hiatus from our app and then tries to use it after the V1 API shutoff, there would be no way to associate the IDs at that point, correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't suppose there is a way for you folks to add uid to the get_current_account return?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Barring that, is there a better way to do this to prevent some users being caught on the outside of the transition?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will existing tokens remain valid after the V1 shutoff?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 21:46:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/225462#M12240</guid>
      <dc:creator>Tony001</dc:creator>
      <dc:date>2017-06-12T21:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Account Id vs UID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/225463#M12241</link>
      <description>&lt;P&gt;"The solution for mapping old account IDs (uid) to new account IDs (account_id) seems to be a proactive call to the V2 API with an existing token to retrieving account_id. Is this correct?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's correct, you should call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_self"&gt;/2/users/get_current_account&lt;/A&gt;&amp;nbsp;with the existing access token to get the account_id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Does this mean that we need to get every user (we have tens of thousands) to use our app in some way so we can piggyback a call to get account_id before the V1 api is shut off? If a user takes a hiatus from our app and then tries to use it after the V1 API shutoff, there would be no way to associate the IDs at that point, correct?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't technically need to do this before API v1 is retired. Also, you don't really need to wait for users to be active to make this API call. As long as you have the access token, e.g., for a server-side app, you can just make the API call whenever you'd like. (For a client-side app, yes, you'd have to have them run the app, since you presumably don't have the access token anywhere except on the client.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"I don't suppose there is a way for you folks to add uid to the get_current_account return?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've sent this along as a feature request, but I don't have any news on that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Barring that, is there a better way to do this to prevent some users being caught on the outside of the transition?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do&amp;nbsp;recommend just going through all of the existing access tokens to get and record the account_id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Will existing tokens remain valid after the V1 shutoff?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Access tokens aren't being deactivated. In fact, if you have OAuth 2 access tokens, you can use those directly on API v2. (One exception there is if your app happens to use the "file type" permission, which isn't supported by API v2.) If you have OAuth 1 access tokens, you can migrate them to OAuth 2 using API v2's &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;.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 21:56:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Account-Id-vs-UID/m-p/225463#M12241</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-12T21:56:09Z</dc:date>
    </item>
  </channel>
</rss>

