<?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 PHP API error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-API-error/m-p/123689#M3594</link>
    <description>&lt;P&gt;[Cross-linking with StackOverflow where it seems you've already sorted this out: &lt;A href="https://stackoverflow.com/questions/28540950/dropbox-php-api-error" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/28540950/dropbox-php-api-error&lt;/A&gt; ]&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2015 00:14:11 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-02-17T00:14:11Z</dc:date>
    <item>
      <title>Dropbox PHP API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-API-error/m-p/123688#M3593</link>
      <description>&lt;P&gt;i've been developing a music website that plays &lt;CODE&gt;.mp3&lt;/CODE&gt; files from a Public dropbox folder, and i think i've found a solution on how to get file names from a directory in Dropbox.The code i've found is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$consumerKey = 'key';
$consumerSecret = 'key';

require_once "dropbox-sdk/Dropbox/autoload.php";

session_start();
$oauth = new Dropbox_OAuth_PHP($consumerKey, $consumerSecret);

$dropbox = new Dropbox_API($oauth);

$info = $dropbox-&amp;gt;getMetaData('Public', true);
print_r($info['contents']);
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The &lt;CODE&gt;autoload.php&lt;/CODE&gt; is in the right directory, all necessary files are present.But the error I get is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Fatal error: Class 'Dropbox_OAuth_PHP' not found in       C:\wamp\www\api\index.php on line 10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there something I'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:45:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-API-error/m-p/123688#M3593</guid>
      <dc:creator>Erlandas M.</dc:creator>
      <dc:date>2019-05-29T09:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox PHP API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-API-error/m-p/123689#M3594</link>
      <description>&lt;P&gt;[Cross-linking with StackOverflow where it seems you've already sorted this out: &lt;A href="https://stackoverflow.com/questions/28540950/dropbox-php-api-error" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/28540950/dropbox-php-api-error&lt;/A&gt; ]&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 00:14:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-API-error/m-p/123689#M3594</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-02-17T00:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox PHP API error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-API-error/m-p/123690#M3595</link>
      <description>&lt;P&gt;Yes, I have.The problem was that I was using an outdated piece of code.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 20:24:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-API-error/m-p/123690#M3595</guid>
      <dc:creator>Erlandas M.</dc:creator>
      <dc:date>2015-02-17T20:24:51Z</dc:date>
    </item>
  </channel>
</rss>

