jupyter / jupyter-drive

Google drive for jupyter notebooks
BSD 2-Clause "Simplified" License
418 stars 78 forks source link

jupyter server no authorization message #147

Open randywreed opened 5 years ago

randywreed commented 5 years ago

I'm running jupyter notebook as a server on a raspberry pi. I also run jupyter notebook in a virtualenv. I was able to run jupyterdrive by using the --user option. Because this is running as a server on my network I initiate jupyter using jupyter notebook --ip=0.0.0.0 --port=8889. But when I go to the notebook interface using my browser I do not get the authorization message. Any suggestions? Thanks.

stormont commented 5 years ago

I have a similar problem, although it sounds like I get a little bit further along. I get the prompt for authorization to use my Google Drive, but when I accept it I see an error that says "this app has not been authorized". Almost like it's Google not trusting the source, more than my individual permission.

pv-912 commented 5 years ago

I am also facing the same problem. Is anyone able to solve this issue?