Can't Delete File No such File object: file-xxx

They must have fixed now. I was able to delete all my files.
for file in client.files.list().data:
client.files.delete(file.id)

1 Like