I want to see a dataframe that can show file name, folder name , last modified date i.e today and user modified.
As I have lots of folders and I have to look in all folders to look which file is modified so trying to look in colab or by google_picker_api https://developers.google.com/picker/docs or
by google_drive_api or by google_activity_api here
For example:
for file in drive_folder:
if file_modified ==current_Date in file.data:
print(file, user_modifed,date_modifed)
desire_output:
file_name folder last_date_modified user_modified
0 spreadsheet abc 20220307 'david'