dropbox-php-sdk
dropbox-php-sdk copied to clipboard
Documentation error: List Folder Latest Cursor
List Folder Latest Cursor example shows
$cursor = $dropbox-listFolderLatestCursor("/Public");
Should be
$cursor = $dropbox->listFolderLatestCursor("/Public");