GAM-team / got-your-back

Got Your Back (GYB) is a command line tool for backing up your Gmail messages to your computer using Gmail's API over HTTPS.
https://github.com/GAM-team/got-your-back/wiki
Apache License 2.0
2.56k stars 203 forks source link

retore user shows "Done!" but i cant find any restored mail on inbox target user #438

Open lanserosk opened 9 months ago

lanserosk commented 9 months ago

I want to restore the emails of a user deleted 3 months ago where they managed to download their emails via Takeout, thus obtaining their MBOX files, these files need to be restored in a new account, the following command is being used

gyb --action restore-mbox --email carlos.fuentesh@domain.com --use-admin isoporte@domain.com --local-folder C:\Users\Me\Documents\MBOX\carlos\ --strips-labels --label-restored restored-uptodate

(im using --strip-labels because label in spanish called "No Leídos" shows an error then i use it to skip all labels)

when the command is run it shows the message "Done!" but when I go to check the target user's inbox, no email from the previous account appears

The latest version of GYB has been installed

Is there something I'm not doing right?

ZackMattor commented 5 months ago

We are also getting this behavior... trying to restore to a group, with use-admin. It claims to be "done!" but nothing shows up under the conversations. Did you ever solve this?