Open ubuntuaddicted opened 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.
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.
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
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.
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.