Using the Dropbox for Python SDK, I can see the date that the file was last modified in dropbox using the client_modified attribute,
However when I view the "Info" tab in the dropbox web UI, i can see that there is "Date created", "Date taken", and "Date uploaded" times, which I want to use to organize my photos.
Is there any way to get any of these values using the Dropbox for Python SDK?