Open randywreed opened 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.
I am also facing the same problem. Is anyone able to solve this issue?
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 usingjupyter 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.