WA-GD icon indicating copy to clipboard operation
WA-GD copied to clipboard

Without Android Phone, Get WhatsApp Chat History from Google Drive Easily.

Results 4 WA-GD issues
Sort by recently updated
recently updated
newest added

Tested it today, had `BadAuthentication` pop up, followed the alternative flow from https://github.com/simon-weber/gpsoauth#alternative-flow, worked as a charm, apart from the fact that we need to refresh the `oauth_token` every new...

I'm getting the error below: ``` Traceback (most recent call last): File "/home/orbitsrv/WA-GD/WhatsAppGDExtract.py", line 248, in main print("Backup Size:{} Upload Time: {}".format(human_size(int(backup["sizeBytes"])), backup["updateTime"])) KeyError: 'sizeBytes' During handling of the above...

I'm getting the error below: ```python Traceback (most recent call last): File "C:\Users\713\Downloads\WA-GD-main\WhatsAppGDExtract.py", line 280, in main(sys.argv) ~~~~^^^^^^^^^^ File "C:\Users\713\Downloads\WA-GD-main\WhatsAppGDExtract.py", line 263, in main for backup in backups: ^^^^^^^ File...