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
Hi, does GDriveFileSystem support manipulation of files in the shared with me folder? Like copy from my drive to a folder shared with me.
If not, I can create a shortcut in my drive and use the shortcut as path for the file / folder?
From the tries I have done, the second option doesn't work, GDriveFileSystem does not take care of getting the targetId of the shortcut etc..
I would like shortcut to be transparent proxies to the real file / folder, so that for example ls on the shortcut of a folder give me the content of it.
Things get complicated with other methods like:
you can copy a shortcut of a folder, but not the folder itself (at least not in one API call)
I don't think PyDrive2 currently supports this functionality automatically, but it would be great if it did. Having a method like this on GoogleDriveFile would be super helpful as a start:
Hi, does
GDriveFileSystem
support manipulation of files in theshared with me folder
? Like copy from my drive to a folder shared with me.If not, I can create a shortcut in my drive and use the shortcut as path for the file / folder?
From the tries I have done, the second option doesn't work,
GDriveFileSystem
does not take care of getting thetargetId
of the shortcut etc..I would like shortcut to be transparent proxies to the real file / folder, so that for example
ls
on the shortcut of a folder give me the content of it.Things get complicated with other methods like:
Reference:
The text was updated successfully, but these errors were encountered: