ODrive
ODrive copied to clipboard
[BUG] unable to allow odrive to access google drive
Describe the bug Unable to finish setup. allowing access to google drive file
To Reproduce Steps to reproduce the behavior:
- Download and install deb version (for ubuntu 18.04)
- Start odrive and install process
- Login to Google drive (login password work great)
- When google drive ask if we want to allow access to odrive, click allow
- Waiting a while
- Error occur and odrive seam to be not allowed, error showing instead (in same window that login prompt)
Message showing :
Error: Client network socket disconnected before secure TLS connection was established at TLSSocket.onConnectEnd (_tls_wrap.js:1086:19) at Object.onceWrapper (events.js:273:13) at TLSSocket.emit (events.js:187:15) at endReadableNT (_stream_readable.js:1092:12) at process._tickCallback (internal/process/next_tick.js:63:19)
Expected behavior A working login prompt...
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Ubuntu 18.04
- Version 0.2.2
I have same problem. Ubuntu 18.04.3 OS Desktop: Budgie ODriver version: 0.2.2
Same problem. Debian 10 Desktop: Gnome Odrive 0.2.2
It works if building it manually from cloned git-repo
I've tried the @chwba solution. It seam to work to connect GDrive. but, just on the next step (when you click to "synchronize" button, a new error occur :
Files list done!
Files list done!
Files list done!
Files list done!
syncing false
Updated syncing status
Updating tray icon, connected: true syncing: false
{ Error: Internal Error
at Request._callback (/opt/OpenDrive/resources/app.asar/node_modules/google-auth-library/lib/transporters.js:85:15)
at Request.self.callback (/opt/OpenDrive/resources/app.asar/node_modules/request/request.js:185:22)
at Request.emit (events.js:182:13)
at Request.<anonymous> (/opt/OpenDrive/resources/app.asar/node_modules/request/request.js:1161:10)
at Request.emit (events.js:182:13)
at IncomingMessage.<anonymous> (/opt/OpenDrive/resources/app.asar/node_modules/request/request.js:1083:12)
at Object.onceWrapper (events.js:273:13)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1092:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
code: 500,
errors:
[ { domain: 'global',
reason: 'internalError',
message: 'Internal Error' } ] }
Looks like a duplicate of https://github.com/liberodark/ODrive/issues/114 ?
Just need to open google drive config and allow "insecure" apps to get permission and its done.