How to download files uploaded in the last x days?

I don't know if it's my 48 hours of lack of sleep or something, but I'm trying with both --min age 60d and --max-age 60d and my goal is to download the last uploaded files in the last 60 days against a google drive backend.

I see no sorting global flag or something... what I am doing wrong ?

--min-age and --max-age will be the modification time of the file.

So if the files were created withing the last 60d then --min-age 60d should be right.

However if you are just wanting the uploaded date then you can use --drive-use-created-date --min-age 60d which will use the date the file was created on drive.

1 Like

You are the best ! I was thinking this wouldn't be possible

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.