How can i access detail of a file in Google Drive ? ?
Example:
from google.colab import drivefrom glob import globdrive.mount('/content/gdrive')images=glob(r'/content/gdrive/My Drive/img/*')I would like to recover the information when which images was upload to Drive, like time and day.