1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-05 03:03:17 +00:00
Files
rclone/backend/drive
Nick Craig-Wood 40f2e847a3 drive: fix crash when trying to creating shortcut to a Google doc
Before this change, we uses an unguarded type assertion which failed
when NewObject returned a google document instead of an Object.

This change uses the ID() method to read the id which works for all
types of file instead and returns a sensible error if one isn't found.

Fixes #8990
2026-01-30 18:17:56 +00:00
..
2018-09-25 15:20:23 +01:00
2025-02-28 11:31:14 +00:00