mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
4453fa4ba6
In listings if the ID `appDataFolder` is used to list a directory the parents of the items returned have the actual ID instead the alias `appDataFolder`. This confused the ListR routine into ignoring all these items. This change makes the listing routine accept all parent IDs returned if there was only one ID in the query. This fixes the `appDataFolder` problem. This means we are relying on Google Drive to only return the items we asked for which is probably OK. Fixes #3851 |
||
---|---|---|
.. | ||
test | ||
drive_internal_test.go | ||
drive_test.go | ||
drive.go | ||
upload.go |