<?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: Access Token for App which accesses a single dropbox account but doesn't require users to login in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Access-Token-for-App-which-accesses-a-single-dropbox-account-but/m-p/585604#M2489</link>
    <description>&lt;P&gt;Thanks very much for the explanation. I expected that this would be the case but hadn't given up hope that there would be a quick solution to keep the app going without the extra development time incurred by implementing OAuth flow!&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 09:11:28 GMT</pubDate>
    <dc:creator>ben91082</dc:creator>
    <dc:date>2022-03-23T09:11:28Z</dc:date>
    <item>
      <title>Access Token for App which accesses a single dropbox account but doesn't require users to login</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Access-Token-for-App-which-accesses-a-single-dropbox-account-but/m-p/585273#M2483</link>
      <description>&lt;P&gt;I have an app developed many years ago, a data collection/questionnaires app. The users of the app are able to upload files and these are sent to a single dropbox account owned by the client as opposed to users logging in and acting on their own dropbox accounts. I used to be to ask the client to generate an access token from their App console and we could use this for long term access to the account. In this scenario the users of the app have no way to authorize access to the clients account via the oAuth flow so we need a long term access token. The access tokens generated from the app console now seem to expire after a day and it would be impractical to ask the client to generate new ones every day. What is the recommended approach in this situation without having to implement the oAuth flow?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:38:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Access-Token-for-App-which-accesses-a-single-dropbox-account-but/m-p/585273#M2483</guid>
      <dc:creator>ben91082</dc:creator>
      <dc:date>2022-03-22T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Access Token for App which accesses a single dropbox account but doesn't require users to login</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Access-Token-for-App-which-accesses-a-single-dropbox-account-but/m-p/585356#M2487</link>
      <description>&lt;P&gt;You should implement &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self"&gt;the OAuth app authorization flow&lt;/A&gt; to let your end-user(s) (in this case, your client) connect their Dropbox account, rather than have them register their own app. It is not possible to get a refresh token (i.e., for long-term access) without doing so.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference, we do not recommend having end-users create/register apps themselves on Dropbox and then use the Generate button like this. The developer of the app/plugin/integration should register it once, and then implement &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self" rel="noopener noreferrer"&gt;the OAuth app authorization flow&lt;/A&gt; in the app/plugin/integration so that the end-users can authorize it to access their accounts without having to register and configure it themselves. That would apply to both the previous long-lived access token functionality, as well as the new short-lived access token and refresh token functionality. Previously, the user would need to process the OAuth app authorization flow once to get the long-lived access token. Now, they would do the same, and the app gets a short-lived access token and refresh token the same way, instead of a long-lived access token. The process would look the same to the end-user in both cases. The app would store and re-use the long-lived access token, or the refresh token, respectively.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:48:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Access-Token-for-App-which-accesses-a-single-dropbox-account-but/m-p/585356#M2487</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-22T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access Token for App which accesses a single dropbox account but doesn't require users to login</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Access-Token-for-App-which-accesses-a-single-dropbox-account-but/m-p/585604#M2489</link>
      <description>&lt;P&gt;Thanks very much for the explanation. I expected that this would be the case but hadn't given up hope that there would be a quick solution to keep the app going without the extra development time incurred by implementing OAuth flow!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 09:11:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Access-Token-for-App-which-accesses-a-single-dropbox-account-but/m-p/585604#M2489</guid>
      <dc:creator>ben91082</dc:creator>
      <dc:date>2022-03-23T09:11:28Z</dc:date>
    </item>
  </channel>
</rss>

