I try to use this sdk to use dropbox with php (zend): https://github.com/Alorel/dropbox-v2-php
This is location ofmy lib: Pic with SDK library location in project
This is my code:
<?php
use AlorelDropboxOperationFilesDownload;
$op = new Download(false);
So, I get this error:
==> /var/log/apache2/error.log.1 <==
[Sun Oct 09 14:39:25.758201 2016] [:error] [pid 14890] [client 77.222.112.207:7068] PHP Fatal error: Uncaught Error: Class 'Alorel\Dropbox\Operation\Files\Download' not found in /var/www/html/public/index.php:6nStack trace:n#0 {main}n thrown in /var/www/html/public/index.php on line 6
How should I fix this, please help!
