You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to distinguish between same-named files and directories in Google Drive ?
In my GDrive, I have encountered a situation where there are two files with the same name (test1) and identical sizes. To obtain the list of files along with their details, I used fsspec.ls with detail=True, resulting in the following output:
As you can see, both files have the same name and path. Now, I am uncertain about which file will be downloaded if I attempt to do so using the provided name.
will it fix If we add item_ids in metadata ?
The text was updated successfully, but these errors were encountered:
Yes, we can try to add the ids. (fsspec for PyDrive is quite broken though in many places for a general use- i would recommend to be careful with it. )
How to distinguish between same-named files and directories in Google Drive ?
In my GDrive, I have encountered a situation where there are two files with the same name (test1) and identical sizes. To obtain the list of files along with their details, I used fsspec.ls with detail=True, resulting in the following output:
As you can see, both files have the same name and path. Now, I am uncertain about which file will be downloaded if I attempt to do so using the provided name.
will it fix If we add item_ids in metadata ?
The text was updated successfully, but these errors were encountered: