<?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: How to stop folder access prompt appearing every time? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-stop-folder-access-prompt-appearing-every-time/m-p/259310#M15071</link>
    <description>I've solved this problem myself. I don't need to call the below line every startup:&lt;BR /&gt;&lt;BR /&gt;Auth.startOAuth2Authentication( gContext, APP_KEY );&lt;BR /&gt;&lt;BR /&gt;Once I get an access token, I can store that for subsequent program restarts and create a DbxClientV2 by using that saved token.&lt;BR /&gt;&lt;BR /&gt;DbxRequestConfig config = new DbxRequestConfig( "dropbox/sample-app" );&lt;BR /&gt;DbxClientV2 client = new DbxClientV2( config, savedToken );&lt;BR /&gt;&lt;BR /&gt;No more auth screen, yay!&lt;BR /&gt;</description>
    <pubDate>Sun, 07 Jan 2018 03:19:41 GMT</pubDate>
    <dc:creator>SparkyNZ</dc:creator>
    <dc:date>2018-01-07T03:19:41Z</dc:date>
    <item>
      <title>How to stop folder access prompt appearing every time?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-stop-folder-access-prompt-appearing-every-time/m-p/259296#M15070</link>
      <description>&lt;P&gt;Is it possible to configure or code my Android app so that the below prompt doesn't appear every single time I restart my app?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://i.stack.imgur.com/9xfCN.png" alt="enter image description here" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I only have the one API call below and yet I see the above prompt every single time I start my app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="typ"&gt;Auth&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;startOAuth2Authentication&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; gContext&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; APP_KEY &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Surely there must be a way to code or configure an app so that this doesn't appear every single time?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:16:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-stop-folder-access-prompt-appearing-every-time/m-p/259296#M15070</guid>
      <dc:creator>SparkyNZ</dc:creator>
      <dc:date>2019-05-29T09:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop folder access prompt appearing every time?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-stop-folder-access-prompt-appearing-every-time/m-p/259310#M15071</link>
      <description>I've solved this problem myself. I don't need to call the below line every startup:&lt;BR /&gt;&lt;BR /&gt;Auth.startOAuth2Authentication( gContext, APP_KEY );&lt;BR /&gt;&lt;BR /&gt;Once I get an access token, I can store that for subsequent program restarts and create a DbxClientV2 by using that saved token.&lt;BR /&gt;&lt;BR /&gt;DbxRequestConfig config = new DbxRequestConfig( "dropbox/sample-app" );&lt;BR /&gt;DbxClientV2 client = new DbxClientV2( config, savedToken );&lt;BR /&gt;&lt;BR /&gt;No more auth screen, yay!&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Jan 2018 03:19:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-stop-folder-access-prompt-appearing-every-time/m-p/259310#M15071</guid>
      <dc:creator>SparkyNZ</dc:creator>
      <dc:date>2018-01-07T03:19:41Z</dc:date>
    </item>
  </channel>
</rss>

