cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: How to get last modified date for folders in Dropbox V2 API ?

Re: How to get last modified date for folders in Dropbox V2 API ?

lekha
Explorer | Level 3

how can i get uploaded time of a drop box shared file using python..I would like to download drop box files, that are uploaded today.please help me..

1 Reply 1

Greg-DB
Dropbox Staff

If you're using Python, we recommend using the official Dropbox API v2 Python SDK

With that, you can retrieve and check the FileMetadata objects for files to see when they were last uploaded/modified. Specifically, the FileMetadata.server_modified field contains the datetime of the latest change to the file. 

You can retrieve FileMetadata objects from a number of different methods, such as files_get_metadata, or files_list_folder/files_list_folder_continue.

You can download files using files_download.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?