how to connect flet with PyDrive #916
Unanswered
bobwatcherx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to connect between flet and google drive so I can do crud files there. but the pydrive has its own server, namely http://localhost:8080 and a different flet port. and i register Authorized Url in google cloud with IP address from pyDrive which is http://localhost:8080 and i make code and first run . terminal asks to login in browser and my flet screen keeps loading non-stop. Is there a way or workaround for this problem?
I've also tried saving the token file so I don't log in again. but the flet keeps loading continuousl
my code
TERMINAL OUTPUT
Beta Was this translation helpful? Give feedback.
All reactions