List files that have been uploaded to storage
storage = notte.FileStorage() # list the files that have been uploaded to storage files = storage.list_uploaded_files()
list
Was this page helpful?