mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #1] -sync problem Unable to locate google drive file map for: com.whatsapp #3
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wootw0rm on GitHub (May 4, 2018).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/1
i have notify
whagdext.py -sync
Unable to locate google drive file map for: com.whatsapp
@B16f00t commented on GitHub (May 4, 2018):
Make sure you have typed the phone number associated with the whatsapp account in the celnumber field inside the settings.cfg file.
The number can not contain 00 or +, enter the country code and your phone number.
@wootw0rm commented on GitHub (May 5, 2018):
i have other error:
root@kali:~/Tools/whapa# python3 ./whagdext.py -sync
Traceback (most recent call last):
File "./whagdext.py", line 277, in
main()
File "./whagdext.py", line 261, in main
runMain('sync', 'all', 0)
File "./whagdext.py", line 208, in runMain
drives = gDriveFileMap()
File "./whagdext.py", line 76, in gDriveFileMap
for result in jres['items']:
KeyError: 'items'
@B16f00t commented on GitHub (May 5, 2018):
Edit only the values of the./cfg/settings.cfg file
[auth]
gmail = alias@gmail.com
passw = yourpassword
devid = Device ID (optional, if specified get more information)
celnumbr = BackupPhoneNumber (ex. 3466666666666, no + or 00)
If you request it, log in to your browser and then click here, https://accounts.google.com/DisplayUnlockCaptcha.
@wootw0rm commented on GitHub (May 9, 2018):
root@kali:~/Tools/whapa# python3 ./whagdext.py -sync
Traceback (most recent call last):
File "./whagdext.py", line 278, in
distutils.dir_util.mkpath("./logs")
NameError: name 'distutils' is not defined
import distutils
from distutils import dir_util
python3 ./whagdext.py -list
Unable to locate google drive file map for: com.whatsapp
python3 ./whagdext.py -sync
Unable to locate google drive file map for: com.whatsapp
@B16f00t commented on GitHub (May 9, 2018):
You must update the last version or create 'logs' directory.
Run: python3 whagdext.py -list
I have just test with 2 accounts and it works for me, make sure you have your account, password and phone set in the settings.cfg file, in addition to having a copy made on your google drive.
@B16f00t commented on GitHub (May 21, 2018):
I have released a new tool, whagodri.py
@svsagar85 commented on GitHub (May 1, 2019):
@B16f00t thank you!!...this worked for me!
@prashantvermacs18 commented on GitHub (Sep 1, 2019):
i have same problem ..pls help
@hndrk92 commented on GitHub (Oct 5, 2019):
Hey, here ist the solution for this problem. Use this tool for the Download and it works, I tested it yesterday. Pls look first into the readme for questions!
https://github.com/B16f00t/whapa
@Lootierrez commented on GitHub (Oct 9, 2019):
@wootw0rm did you solve it? I have the same problem and I don't know what else to do.
@mageshkandan commented on GitHub (Oct 10, 2019):
thanks @hndrk92 it worked for me. For everyone struggling with unable to locate google drive error. Please ignore that software and download the one which @hndrk92 mentioned. Read the readme file before working on. It working perfectly for me... any query please contact me twitter @mageshmagi
@laserbu commented on GitHub (Oct 16, 2019):
Hello @hndrk92, for me is not working. See my error:
File ".\libs\whagodri.py", line 1, in
from gpsoauth import google
ModuleNotFoundError: No module named 'gpsoauth'
What should I do? Thanks
@hndrk92 commented on GitHub (Oct 16, 2019):
_
Hi @laserbu, look in the top header where the icons are.
In this line are a icon wich call install requirements,
you have to install the requirements first, after this it works!
@laserbu commented on GitHub (Oct 16, 2019):
Hi @hndrk92 that also gives me the following errors:
Collecting pycryptodome
Using cached https://files.pythonhosted.org/packages/b6/41/d3749c0caa860041eb6b0832c7087253d59cb5af8bb303a8d4b6daa74014/pycryptodome-3.9.0.tar.gz
ERROR: Command errored out with exit status 1:
command: 'c:\users\lype\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\LyPe\AppData\Local\Temp\pip-install-kscsqi4m\pycryptodome\setup.py'"'"'; file='"'"'C:\Users\LyPe\AppData\Local\Temp\pip-install-kscsqi4m\pycryptodome\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\LyPe\AppData\Local\Temp\pip-install-kscsqi4m\pycryptodome\pip-egg-info'
cwd: C:\Users\LyPe\AppData\Local\Temp\pip-install-kscsqi4m\pycryptodome
Complete output (31 lines):
Traceback (most recent call last):
File "c:\users\lype\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\msvc.py", line 489, in _find_latest_available_vc_ver
return self.find_available_vc_vers()[-1]
IndexError: list index out of range
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
@hndrk92 commented on GitHub (Oct 16, 2019):
Hi @laserbu, did you have a full installed python version?
@laserbu commented on GitHub (Oct 16, 2019):
I guess so, see below:
PS C:\WINDOWS\system32> python
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:21:23) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
@hndrk92 commented on GitHub (Oct 16, 2019):
So, then deinstall the 3.8 version and install the 3.7.5. Pls check after the installation all the contents, all must be full installed. The next step is the whagodri.py. In youtube are some installation guides for Python and this required contents.
@laserbu commented on GitHub (Oct 16, 2019):
it works! thanks
@hndrk92 commented on GitHub (Oct 16, 2019):
I do my best, you're welcome @laserbu👍
@ronitu22 commented on GitHub (Oct 19, 2019):
Hi @hndrk92 , can you help me with this massage ? i have 3.7.5 version and the requirements are installed. who can i make it work ?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\libs\whagodri.py", line 258, in
getConfigs()
File ".\libs\whagodri.py", line 65, in getConfigs
except(ConfigParser.NoSectionError, ConfigParser.NoOptionError):
AttributeError: type object 'ConfigParser' has no attribute 'NoSectionError'`
@hndrk92 commented on GitHub (Oct 20, 2019):
Hi @ronitu22, du didn't install the python right or the settings are wrong. Go back to the start and deinstall pyhton! Install it fresh, install the required contents for pyhton and then open the tool. You do the same in the programm, install the required contents over the button in the header and fill out the settings!
In this video you will see, how pyhton get install right, look at 5 minutes and watch till the end. I hope it helped 👍
@ronitu22 commented on GitHub (Oct 20, 2019):
thank you a lot @hndrk92! it works!
@laserbu commented on GitHub (Oct 20, 2019):
Hello again @hndrk92:
By any chance whapa master can extract the key to decrypt whatsapp messages? I have tried with DB Extractor and Whatsdump and nothing. Could you please help me?
Maybe also @B16f00t can help me.
Thanks!
@hndrk92 commented on GitHub (Oct 20, 2019):
Hi @laserbu, you cannot decrypt whatsapp massages at this moment. There no solutions or methods for this problem! The cryptkey version is to high to crack it. So sorry, i can't help you 😔
@laserbu commented on GitHub (Oct 20, 2019):
Hi @hndrk92,
I have the phone, but I need a key extractor. I haven't found a working app
to extract it.
Regards,
On Sun, Oct 20, 2019, 18:13 hndrk92 notifications@github.com wrote:
@B16f00t commented on GitHub (Oct 20, 2019):
to get the key you must root your phone or set up a virtual machine with
your Gogle Drive account and your phone such as genymotion and copy the
data key / com.whatsapp / files / key
El dom., 20 oct. 2019 18:16, laserbu notifications@github.com escribió:
@laserbu commented on GitHub (Oct 20, 2019):
I think that's too complicated for me, but I'll try. Thanks a lot @b16f00t
On Sun, Oct 20, 2019, 18:24 Ivan Moreno notifications@github.com wrote:
@demoo1403 commented on GitHub (Nov 14, 2019):
hi @hndrk92
please help me solve the same proplem
Traceback (most recent call last):
File ".\libs\whagodri.py", line 258, in
getConfigs()
File ".\libs\whagodri.py", line 65, in getConfigs
except(ConfigParser.NoSectionError, ConfigParser.NoOptionError):
AttributeError: type object 'ConfigParser' has no attribute 'NoSectionError'`
@kduramos commented on GitHub (Dec 16, 2019):
Hi @hndrk92 please can you help me?
When i try to use Whagodry i receive this messages:
[e] Error: Requested entity was not found.
[e] Unable to locate google drive file map for: com.whatsapp <Response [404]>
[i] Generating threads...
Traceback (most recent call last):
File ".\libs\whagodri.py", line 314, in
getMultipleFiles(drives, bearer, filter)
File ".\libs\whagodri.py", line 159, in getMultipleFiles
print("[+] Backup name : {}".format(drives["name"]))
I put allinformations right and i try in two differents accounts and as the same thing