Skip to content

Conversation

@Rishushree
Copy link

Hi. i want to extract google drive whatsapp data but still i am getting Error=BadAuthentication in your script.
Kindly fix it out.
thanks & regards.

YuriCosta and others added 30 commits May 4, 2018 08:21
New fork with the script working again.
Fixed gDriveFileMap
Fixed downloadLink
added multithread (DrDeath1122 )
For downloading multiple drives.
Won't need pyportify anymore
RawConfigParser is more suited since certain caracteres in password will generate errors if ConfigParser is used.
…ation

Feature/fix cell number configuration
…y, with exception of database it's almost impossible to exist files with same name on updated backups

Better error information
…mat, -pull option removed, -sync and -info working
added nextPageToken functionality for large archive
…he auth token reply.

This patch adds the newline character if necessary.
Missing newline character fix
Remove compiled Python files
Prefer systems gpsoauth
YuriCosta and others added 30 commits August 21, 2020 19:33
added description for cellnumber
  - Fix recent "Bad Authentication" error.
  - Don't re-download a file if checksum matches the local file.
  - Make "info" output prettier.
  - Remove useless settings from settings.cfg.
  - Create `md5sum.txt` for verifying downloaded files.
  - Clean up the code.
Fix "Bad Authentication".
If file name is as follows, it gives an 404 not found error.
file%20name.txt

We need to change url like;
file%2520name.txt
UnicodeEncodeError: 'charmap' codec can't encode character '\u200e' in position xx: character maps to <undefined>
If file name is as follows, it gives an 404 not found error.
file+name.txt

We need to change url like;
file%2Bname.txt
cosmetic and fix backup info, #30, #32, #34
Add android device ID script
fix: set correct version for the dependency urllib3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.