I am trying to read files (specifically ,txt, .py, and .nii.gz type files) in Python using PyDrive. So far, I am able to get a list of file names and file ids (https://stackoverflow.com/a/47764444) but not sure how to proceed reading the files in Google Drive.
Asked
Active
Viewed 67 times
0
-
I guess you have to [download the file](https://pythonhosted.org/PyDrive/filemanagement.html#download-file-content) first? – dinhanhx Aug 31 '22 at 09:05
-
Is there no way to read files without downloading? – fried_carriots Sep 01 '22 at 08:46
-
There isn't a way. – dinhanhx Sep 02 '22 at 09:10