1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-05 18:13:17 +00:00
Files
rclone/backend/drive
Nick Craig-Wood 0b4e58228d 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
2025-11-24 15:11:00 +00:00
..
2018-09-25 15:20:23 +01:00
2025-02-28 11:31:14 +00:00