<?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: Uploading localhost mysql.sql file uploading problems in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-localhost-mysql-sql-file-uploading-problems/m-p/191728#M8422</link>
    <description>&lt;P&gt;You only need to obtain the access token once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like your code echos the access token, so just copy that (or get a token&amp;nbsp;by clicking the "generate token" button on the app console)&amp;nbsp;and then change your code to just&amp;nbsp;this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$accessToken = "&amp;lt;the token you obtained&amp;gt;";
$dbxClient = new dbx\Client($accessToken, "PHP-Example/1.0");&lt;/PRE&gt;
&lt;P&gt;(Everything else in the code snippet you shared can be deleted or commented out, since you don't need to do it once you already have an access token.)&lt;/P&gt;</description>
    <pubDate>Sun, 23 Oct 2016 16:22:10 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2016-10-23T16:22:10Z</dc:date>
    <item>
      <title>Uploading localhost mysql.sql file uploading problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-localhost-mysql-sql-file-uploading-problems/m-p/191721#M8421</link>
      <description>&lt;P&gt;I have an problem with Dropbox api. I successfully installed and checked PHP all are ok. but every time connection asking the access token. I need to upload without any questions ask dirrectly upload file and download if needs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time i need to follow these steps to get upload the file...... copy the token and past into $authCode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$authorizeUrl = $webAuth-&amp;gt;start();&lt;BR /&gt;echo "1. Go to: " . $authorizeUrl . "&amp;lt;br&amp;gt;";&lt;BR /&gt;echo "2. Click \"Allow\" (you might have to log in first).&amp;lt;br&amp;gt;";&lt;BR /&gt;echo "3. Copy the authorization code and insert it into authCode.&amp;lt;br&amp;gt;";&lt;BR /&gt;$authCode = trim('A23fdddsefsersfSFDSFd1BhBaikCob6bFDxkNSU');&lt;/P&gt;&lt;P&gt;list($accessToken, $dropboxUserId) = $webAuth-&amp;gt;finish($authCode);&lt;BR /&gt;echo "Access Token: " . $accessToken . "&amp;lt;br&amp;gt;";&lt;/P&gt;&lt;P&gt;$dbxClient = new dbx\Client($accessToken, "PHP-Example/1.0");&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-localhost-mysql-sql-file-uploading-problems/m-p/191721#M8421</guid>
      <dc:creator>derickbarthelot</dc:creator>
      <dc:date>2019-05-29T09:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading localhost mysql.sql file uploading problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-localhost-mysql-sql-file-uploading-problems/m-p/191728#M8422</link>
      <description>&lt;P&gt;You only need to obtain the access token once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like your code echos the access token, so just copy that (or get a token&amp;nbsp;by clicking the "generate token" button on the app console)&amp;nbsp;and then change your code to just&amp;nbsp;this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$accessToken = "&amp;lt;the token you obtained&amp;gt;";
$dbxClient = new dbx\Client($accessToken, "PHP-Example/1.0");&lt;/PRE&gt;
&lt;P&gt;(Everything else in the code snippet you shared can be deleted or commented out, since you don't need to do it once you already have an access token.)&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2016 16:22:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-localhost-mysql-sql-file-uploading-problems/m-p/191728#M8422</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-10-23T16:22:10Z</dc:date>
    </item>
  </channel>
</rss>

