Problem:- List all the files in google drive which were modified in last 24 hours.
Tried the following:- * Used DocsList API to get the files under a folder, based on the last modified time, able to identify the files which were modified.
Problems Facing:- There are many folders/sub folders in my drive, when am processing all the folders recursively script taking longer time and getting timed out.
Alternative:- In the Google Drive, there's a field called Activity, which will show the recent activity.
Is this possible to get the Activity from google drive using API(DocsList, GoogleDrive,other? If Yes, please let me know the details.
Also, if there are other solutions please let me know.
Thanks in adance...