List all title + ID of a googledrive content folder in Google Colab
问题 Given the timing of Google Colab, I usually store my Google Drive activities in a DDMMYY folder (Day, month and year). Every day the content is stored like this. Images, code, drafts, etc. I mount Google Drive using the default form of Google Colab and not PyDrive from google.colab import drive drive.mount('/content/gdrive',force_remount=True) Is there any way to generate title + ID of all folder contents of the day (DDMMYY) in a list (csv, xml or json)? 回答1: This metadata is stored in