Discuss Dropbox Developer & API
Currently, I am using dropbox-Php-SDK Kunal Verma. webhook URL added in dropbox console. at the change of file or folder, the webhook gets active.
Kunnu\Dropbox\Models\MetadataCollection Object
(
[data:protected] => Array
(
[entries] => Array
(
)
[cursor] => **********************_NTiXkJp_ZcSFBt5NwY_Hvum1NbUA4aMwMr5A_A9-oL_usI65mlvlg0K4E1rElQMXXOBjqTEcEV37HTxB-StFmr1j3t9li7LLHI9DRmfbywU3OXCZoH6yzYEbATNcug2Nd1XuHxM-jC6SmdY4Aj3oeZVaQ9R5hkDVLPCiw4h_dtOEtdE
[has_more] =>
)
[items:protected] => Kunnu\Dropbox\Models\ModelCollection Object
(
[items:protected] => Array
(
)
[escapeWhenCastingToString:protected] =>
)
[cursor:protected] => ********************NTiXkJp_ZcSFBt5NwY_Hvum1NbUA4aMwMr5A_A9-oL_usI65mlvlg0K4E1rElQMXXOBjqTEcEV37HTxB-StFmr1j3t9li7LLHI9DRmfbywU3OXCZoH6yzYEbATNcug2Nd1XuHxM-jC6SmdY4Aj3oeZVaQ9R5hkDVLPCiw4h_dtOEtdE
[hasMoreItems:protected] =>
)
Is this output just the $post_dump that you're saving to logs.txt? If so, it looks like that only includes the result of the listFolderContinue call, but not listFolder. While you do need to implement both, in this case it's possible all of the results are being returned by listFolder, and so there's nothing left to return by listFolderContinue. You should always check 'has_more' to see if you need to call back for more entries or not.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!