MasterSoft24 / grive2-gui

GUI settings for grive2
GNU General Public License v2.0
1 stars 0 forks source link

grive2-gui account failing to authenticate #3

Open ubuntuaddicted opened 9 years ago

ubuntuaddicted commented 9 years ago

I installed grive2 and grive2-gui but when I launch grive2-gui and enter my google email and the correct password it fails to authenticate and I see the following in the terminal

content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.

Any thoughts how to fix this? I just want to sync my google drive with my computer so that they stay in sync with each other.

MasterSoft24 commented 9 years ago

in this case application/x-www-form-urlencoded is set by default and this is ok. Possibly cause of error was described by you in aur.

ubuntuaddicted commented 9 years ago

grive -a works just fine for me so I believe it's something with your grive2-GUI app that's not working. Just thought I'd let you know that the GUI can't authenticate with google and I'm not a coder so I have no idea why.

MasterSoft24 commented 9 years ago

i am pushed new commit with some debug output. please recompile it, run and send output to my email, because this output contains some private data mastersoft24@yandex.ru

ubuntuaddicted commented 9 years ago

hmm, it's now working. not sure if it's related to the fact that i have regular grive installed as well, i did recompile grive2-gui and ran it with account and it worked. the only output to stdout is content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.

but it did sync my google drive with my local folder. so it's working, thank you for this awesome grive GUI.