<?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 DbxClientV2 in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/DbxClientV2/m-p/282474#M74</link>
    <description>&lt;P&gt;Hi, I tried listing folders from my dropbox by creating a client with the access token for my account. I was able to create more than 1 client and list folders and files. It worked fine. How many number of clients can be created at a maximum for an account. Is DbxClientV2 API similar to a socket connection ? Does the client connection has any expiration ?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:06:00 GMT</pubDate>
    <dc:creator>jasmine_r</dc:creator>
    <dc:date>2019-05-29T09:06:00Z</dc:date>
    <item>
      <title>DbxClientV2</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/DbxClientV2/m-p/282474#M74</link>
      <description>&lt;P&gt;Hi, I tried listing folders from my dropbox by creating a client with the access token for my account. I was able to create more than 1 client and list folders and files. It worked fine. How many number of clients can be created at a maximum for an account. Is DbxClientV2 API similar to a socket connection ? Does the client connection has any expiration ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:06:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/DbxClientV2/m-p/282474#M74</guid>
      <dc:creator>jasmine_r</dc:creator>
      <dc:date>2019-05-29T09:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: DbxClientV2</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/DbxClientV2/m-p/282508#M75</link>
      <description>The DbxClientV2 objects you create are just local client objects to make it easier to call the Dropbox API, but don't themselves create connections immediately upon construction. The API calls are only made when you call one of the methods, e.g., listFolder.&lt;BR /&gt;&lt;BR /&gt;That being the case, the API/SDK doesn't enforce a limit on how many of these you create, but you generally won't need more than one per-user. The client objects themselves don't expire, but the access tokens used to access the API can be revoked at any time.&lt;BR /&gt;&lt;BR /&gt;Also, note that the Dropbox API does have a rate limiting system, but it is based on the rate of calls made per user.</description>
      <pubDate>Thu, 28 Jun 2018 13:58:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/DbxClientV2/m-p/282508#M75</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-28T13:58:11Z</dc:date>
    </item>
  </channel>
</rss>

