You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List Folder Latest Cursor example shows $cursor = $dropbox-listFolderLatestCursor("/Public");
Should be $cursor = $dropbox->listFolderLatestCursor("/Public");
The text was updated successfully, but these errors were encountered:
List Folder Latest Cursor example shows
$cursor = $dropbox-listFolderLatestCursor("/Public");
Should be
$cursor = $dropbox->listFolderLatestCursor("/Public");
The text was updated successfully, but these errors were encountered: