i am trying to read and write a folder in Dropbox. so i have registered my app in DropBox ..
Details of my App is..
Permission type App folder
App folder name hello
now the "hello "folder is in this directory at the moment
https://www.dropbox.com/home/Apps/
so when i do this
$files = $this->DropboxApi->ls( );
pr($files);
the result i am getting is this
Array
(
[Dropbox] => Array
(
[hash] => *****************
[thumb_exists] =>
[bytes] => 0
[path] => /
[is_dir] => 1
[size] => 0 bytes
[root] => app_folder
[contents] => Array
(
)
[icon] => folder
)
)
so the problem is i dont know how can i access the folder hello
what should be the path
$files = $this->DropboxApi->ls('Path);