sharma1989
Results
1
comments of
sharma1989
public function cpydropbox() { $files = $this->DropboxApi->ls('Photos'); $f = $files['Dropbox']['contents'][1]['path']; $this->DropboxApi->cp(array( 'from_path' => WWW_ROOT."uploads/images/tiger-picture.jpg", 'to_path' => "$f", )); i am also getting the same error , NOt FOUND AN INTERNAL...