Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hi,
I am having trouble getting the latest delta cursor to include the property_group.
I am using https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor passing in the JSON body the include_property_groups item (as per documentation).
Example:
curl -H 'authorization: Bearer xxxxx' -H 'content-type: application/json' 'https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor' -d '{ "include_property_groups": { ".tag": "filter_some", "filter_some": ["ptid:InLiqtFVZJwAAAAAAAA0fg"] } ,"path": "","recursive": true }'
The API returns me the cursor without issues but any subsequent call to retrieve any changes using the https://api.dropboxapi.com/2/files/list_folder/continue call doesn't include the property_group in the response:
curl -H 'authorization: Bearer xxxxx' -H 'content-type: application/json' 'https://api.dropboxapi.com/2/files/list_folder/continue' -d '{ "cursor":"AAGqPc4HUM8A9VnCfICokFAPYOsg-QQwa_caZCZ1XEky2uMP_BuPGA8_9J6rrJPK9xYaumyKabX-c2zGB3jyBn6c6hp7WBxC54CM_vSDYiiV44OamHq8wWkrDVtBUFkKCpvYxw-TsvBFjDd_DAm9A66g_9I8uzIg8-kOJnaRbpzn9ZCnIugoXyOXLJilAp43pbXSvp7U7shyh8POzwRtocXR" }'
My template and associated custom properties are in good order and files get their properties set during upload.
A normal call to /list_folder and /list_folder/continue works fine as expected by the way and include the property_group.
Am I missing something here?
Thanks.
Cursors from /2/files/list_folder/get_latest_cursor should now properly respect the `include_property_groups` parameter. Please try again and let me know if you're still seeing any issues. Thanks!
Thanks for the report! This looks like a bug on our side when using /2/files/list_folder/get_latest_cursor as opposed to starting from /2/files/list_folder.
We'll look into it. I'll follow up here once I have any news on this issue.
Is there any update regarding this?
Thanks.
Cursors from /2/files/list_folder/get_latest_cursor should now properly respect the `include_property_groups` parameter. Please try again and let me know if you're still seeing any issues. Thanks!
Hi,
So far it works fine. Will contact you again if I notice anything unusual.
Thanks!
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, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!