Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Bilal L.
11 years agoNew member | Level 1
authentication error
Following is the the code from dropbox tutorials
from dropbox.client import DropboxOAuth2FlowNoRedirect, DropboxClient
from dropbox import rest as dbrest
auth_flow = DropboxOAuth2FlowNoRedirect(...
Malani S.
11 years agoNew member | Level 1
Error:
Go to: https://www.dropbox.com/1/oauth2/authorize?client_id=r27dk6ovnuj2u58&r
esponse_type=code
2. Click 'Allow' (you might have to log in first).
3. Copy the authorization code.
Enter the authorization code here: CuItA**************** (a 43 digit number)
CuIt**************** (a 43 digit number)
{'error_description': 'Invalid client_id or client_secret', 'error': 'invalid_client'}
Traceback (most recent call last):
File "test2.py", line 17, in <module>
c = DropboxClient(access_token)
NameError: name 'access_token' is not defined
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!