-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] google drive says app not secure to connect #147
Comments
Same issue here. The sign-in page should open in default browser maybe? |
And yes, same here :D I am using 2FA might that be the Problem? |
Same here :/ |
Same here. OS: OpenSuse 15.0 |
Same problem. Manjaro KDE | odrive-bin 0.3.0-1 (installed from AUR) |
Same here. Windows & Ubuntu |
Same Problem here |
I'm haveing the same issue as everyone else it seems, ubuntu 18.04, set chromium as default browser and that didn't help. i'm signed in to google account in chromium and with gnome. just can't do it with ODrive. |
Same Problem here |
Same Problem here |
Same Problem here |
Having the same issue as well. |
Same issue here |
Same Issue here Ubuntu 18.04 |
Any news on this? Is this great project still alive? |
Google changed their API, so now they consider non-browser apps as insecure. The way to change this is doing some kind of xdg-open on the ODrive to catch the token. A possible palliative solution is find the database which stores the token and insert it manually. If someone know coding, please help us. |
You can have a look at how freeFileSync deals with the problem (select
Google Drive as connection type). I guess they open a local http server on
127.0.0.1 and make chrome navigate that.
As far as I see know, it's the Google's official way to do it. There are
samples here:
https://developers.google.com/identity/protocols/OAuth2InstalledApp
…On Sun, Jan 5, 2020 at 1:03 PM RudahXimenes ***@***.***> wrote:
Google changed their API, so now they consider non-browser apps as
insecure. The way to change this is doing some kind of *xdg-open* on the
ODrive to catch the token.
A possible palliative solution is find the database which stores the token
and insert it manually.
I tried to find the database by myself, but I couldn't found.
If someone know coding, please help us.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#147?email_source=notifications&email_token=ACYIIEGREAYEXTYCMB7INUDQ4IAGPA5CNFSM4JW2GINKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIDZ43A#issuecomment-570924652>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYIIEEFYW4MJKCWQLYUES3Q4IAGPANCNFSM4JW2GINA>
.
|
Well guys, this is just outdated. I downloaded the source and built it with new electron-bundler (the GUI Framework). And guess what it is working again. So either someone is forking this and continue developing or the devs would become active again. |
If someone want to fork it should be really nice. But if it not happen, there are the VGrive, which still in development. But in VGrive there is only one maintainer and have some bugs that still in progress. If someone knows Vala / C / C# and wants to help the guy, it will be really good. |
Any chance you can post detailed instructions on how to do this for thouse of us that are new to Linux, I tried removing and reinstalling ODrive with the same result as privous. |
One hacky solution is to retrieve the AuthURL from console log, than manually paste into the broswer and give access to ODrive: OAuth2Client.prototype.generateAuthUrl = function(opt_opts) {
var opts = opt_opts || {};
//...
//...
console.log(rootUrl + '?' + querystring.stringify(opts));
return rootUrl + '?' + querystring.stringify(opts);
}; than you will get the Auth URL during
|
Ok I'm still having the same problem, even though one guy claims the bug to be fixed. Did a fresh install and still no change. And I don't have any programming experience outside of basic on a trs 80 back in the early 80's. Anyone have a solution a mortal can understand? |
Same Issue here Debian 10.2 |
A workaround that work from is to launch opendrive and instead of using the electron browser that is launched, open other browser like firefox and navigate to "127.0.0.1:16409/settings" and follow the configuration steps in this browser. |
This helped me move on from the Error page. However, on return from Google I get this error on the browser:
|
same. Ubuntu 18.04 |
are there open source alternatives that actually work?
…On Sat, Mar 28, 2020 at 10:02 AM Geethanadh Padavala < ***@***.***> wrote:
yaa i use insync too, but the problem is we have to pay 30$ per account
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5TJCCRNSNX6QYWVJUGV2LRJYGSBANCNFSM4JW2GINA>
.
|
I used to use grive2, it worked well, but required heavy effort of command line commands in order to work, and also it failed sometimes writing over files. Than I changed to ODrive and I love it. |
|
Same issue. Tried workarounds with same subsequent errors. Like @arbaes said, I think we're waiting on @liberodark to go through application process with Google |
Indeed, @kreezxil, VGrive (published also as Flatpak) works pretty good; I don't have any problems so far with it, but I'm not an everyday user, just a casual one. |
I don't think I tried 'Vgrive' yet, will give it a shot next as iNsync is
expiring and while their fee is one time only (lifetime) i really don't
feel like paying for it at the moment. if VGRIVE can handle what I need to
do that would be great and i can send some of that money to that developers
team instead.
…On Tue, Apr 7, 2020 at 9:12 AM x80486 ***@***.***> wrote:
are there open source alternatives that actually work?
Indeed, @kreezxil <https://github.com/kreezxil>, *VGrive* (published also
as Flatpak) works pretty good; I don't have any problems so far with it,
but I'm not an everyday user, just a casual one.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5TJCBWMGNN67DJPANT6GLRLMYFRANCNFSM4JW2GINA>
.
|
@kreezxil thank you for making me aware of VGRIVE! I just installed it using flatpak -- so far so good! |
It worked for me !! Thanks !! |
Just downloaded VGrive from AUR on Manjaro XFCE. Setup was easy but it appears to sync all of Google Drive to the computer. |
Insync is well worth the money. it's a one time charge. with unlimited
installs. and it does allow you to choose what gets synced.
…On Fri, Apr 17, 2020 at 6:22 PM blurrred ***@***.***> wrote:
Just downloaded VGrive from AUR on Manjaro XFCE. Setup was easy but it
appears to sync *all* of Google Drive to the computer.
I'd like to be able to choose what folders/files are synced.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5TJCBWCRR3ODJUJTJDXNTRNDQEHANCNFSM4JW2GINA>
.
|
Is not dead project need to fix this. |
O google informa que o navegador que o odrive utiliza não é seguro e nao autoriza o login . Google informs that the browser odrive uses is not secure and does not authorize login. |
jmanfer8 commented on 16 Jan tanks jmanfer, work here |
but if you want to make a pr im ok ! |
Same here... Installed from .deb on Ubuntu 18.04 LTS |
It does't work for me, it says that the app is not verified by google yet |
After many trial & error, I get this work. Combine @GeethanadhP method
and @markojaadam method
Use Odrive-0.3.0 on Ubuntu 20.04. |
I wonder if this is this working for others and if so, would someone be willing to post a video or more detailed instructions for dummies? |
Is the bug now fixed? I have still the same problem |
i think this project is abandoned, just get insync you won't regret it, the
fee they have after the trial is worth it too as it is lifetime for
unlimited device installs that you own.
…On Tue, Aug 18, 2020 at 6:29 PM mahuber ***@***.***> wrote:
Is the bug now fixed? I have still the same problem
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5TJCHC3Y4C73VLNP55FMDSBMFGPANCNFSM4JW2GINA>
.
|
It seems that it's fixed now... Copying and deleting local to/from Google Drive servers |
Doesn't work still for me on ubuntu 18.04 |
InSync was the best investment, one time fee, lifetime license, unlimited
installs if used on your email that you registered with. you can quickly
get there by following https://kreezcraft.com/its-worth-it
…On Sat, Sep 12, 2020 at 12:26 AM Burak Mert Gonultas < ***@***.***> wrote:
Doesn't work still for me on ubuntu 18.04
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5TJCHSYIJZUO6KCR4OARLSFMA7HANCNFSM4JW2GINA>
.
|
Apparently if you create an account there on the dialog box instead of signing in, it works for that newly created account. Does not help me as I want my sync from my existing account. Might be helpful for some if you want a fresh start. |
I paid for "insynchq" and "OverGrive. What I got was a terabyte of corrupter files. It was BAD enough, that found an old Machine with a solid 200GB of archived data, and after using that as my reliable backup, I deleted everything in Google Drive using the web interface, and then waited a week for Google to catch up with my requests. I deactivated everything with my Google drive access, and cut off all programs accessing my Google drive for over a month. As soon I re-installed and connected insynchq, my trash began to fill with files that had been delete compleatly over a month ago. I can only assume that the developers never used Google Drive on either a Windows or Mac, because this behavior is something unlike anyone would want. The WORST thing about insynchq is that attempt to end your sync with Google Drive force the deletion of all files on the device insynchq on the device? Probably THE best feature of Google Drive was it's ability leave a directory of offline files. With insynchq,, THE EXACT OPPOSITE BEHAVIOUR IS FORCED!!! These products are NO solution for Google Drive. |
i'm glad it satisfied YOUR needs. If they had paid ME, it wouldn't be worth the data loss, corruption, and downtime caused by Insynch. |
not works MX Linux KDE |
Describe the bug
When you odrive for first time and connect to google account, google tells you " you re trying to connt from browser or app witch not is secure...."
so it's imposible to connet to google drive...
Desktop (please complete the following information):
Thx !
The text was updated successfully, but these errors were encountered: