You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
User Profile
aplowman
Explorer | Level 4
Joined 7 years ago
User Widgets
Posts & Replies
Malformed authorize_url returned from DropboxOAuth2FlowNoRedirect.start() Python API
I am trying to use the `DropboxOAuth2FlowNoRedirect` example in the Python class docstring. It looks like this: from dropbox import DropboxOAuth2FlowNoRedirect auth_flow = DropboxOAuth2FlowNoR...Solved1.2KViews0likes3CommentsRe: Malformed authorize_url returned from DropboxOAuth2FlowNoRedirect.start() Python API
Ah. It is something to do with Jupyter Lab. The URL is fine in the iPython REPL and in Jupyter notebook. I am using the Python dropbox package version 10.1.1 and Python 3.8.2. If I run this code:...1.2KViews0likes1Comment