Hi,
When I use dropbox.files_list_folder_continue(), it returns this sort of thing to me:
ListFolderResult(cursor='AAGFrYNdNFVvj-P1WPjcSIta4RG5MPP0MkUNGBqnduUowq2AZgFjW3D70O6j_c63VjG_qJ_5djJP5RmgugkeKiBbXNM8RQD-Bh5bvLaRCuG037iK4MVz-CiIxTm_XuPuI4BWHd6buxIv_Df4TjImbHBmBa4E1KJhIAcmXh4-2Z6i4Qik3PVeTqTzoBRD8XEWOIE', entries=[DeletedMetadata(name='yes', parent_shared_folder_id=NOT_SET, path_display='/yes', path_lower='/yes')], has_more=False)
What is it returning? In the documentation, it seemed to say that calling this method would return a json object, not this thing.
I would like to access the data it's returning but don't know how to.
Thank yo