find files by date

Hello!
I have the following problem ...
I would like to find all modified files in a given time period as in the example documented at ... https://developers.google.com/drive/v3/web/search-parameters.

modifiedTime> '2012-06-04T12: 00: 00' // default time zone is UTC
modifiedTime> '2012-06-04T12: 00: 00-08: 00'

How can I get this result?

Grateful

Hi,


Unfortunately it is currently only possible to search for files based on the filename in TAdvGDrive.
However this is a good suggestion and we'll consider adding this feature in a future version of the TMS VCL Cloud Pack.

As a workaround you could try to iterate all files and manually check the modified date for each file.