Google Drive support for shortcuts

Hey all,

I’m trying to use a shared folder (not shared drive, just a regular folder that’s shared with me) as a target for a duplicacy repo and this seems to be really difficult right now. Specifically, because it’s not in “My Drive”, no path (to the best of my knowledge) resolves to it.

One workaround I normally use is to create a shortcut in my drive to the shared folder. This almost works, but duplicacy doesn’t support shortcuts, as their MIME type is not application/vnd.google-apps.folder but rather application/vnd.google-apps.shortcut.

Would you consider adding support for shortcut resolution to duplicacy? This seems rather straightforward if we modify listByName in duplicacy_gcdstorage.go to also retrieve shortcutDetails in the list query and return the target ID of the shortcut in that case.