ZeroG
1
I accidentally moved several thousand files to Google Drive trash.
Is there any way to
- List those files by the date they were trashed?
- "Restore" (remove 'trashed' flag) them all?
- Check which trashed files are duplicates (based on hash) of non-trashed files?
I also have gdrive
if that helps.
I was able to list & sort files by date trashed from admin console, and download report. So I have a list of all the IDs and when they were trashed...
ncw
(Nick Craig-Wood)
2
Try using the --drive-trashed-only
flag with rclone lsf - this can list IDs and info , or depending you might want rclone lsjson
.
If you had a list of IDs then you could call the untrash API on each one - rclone doesn't support that directly at the moment though.
rclone dedupe
will then help you sort out the duplicates.
system
(system)
Closed
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.