Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Marius L.1
9 years agoNew member | Level 1
Files uploaded but not in dropbox directory
Hi
I use the files_upload function and get a result back that, as far as I can tell, is a successful transfer but the files is not in my dropbox. Can anyone tell from the response if there is an er...
Marius L.1
9 years agoNew member | Level 1
Under my files heading I have this /Apps/sentry.
This is my code to enable the dropbox
if conf["use_dropbox_v2"]:
client = dropbox.Dropbox(conf["access_token"])
print "[SUCCESS] dropbox account linked"
I have done a manual auth using V1 API and the directory was created in my account.
This is the manual code for V1
if conf["use_dropbox"]:
# connect to dropbox and start the session authorization process
flow = DropboxOAuth2FlowNoRedirect(conf["dropbox_key"], conf["dropbox_secret"])
print "[INFO] Authorize this application: {}".format(flow.start())
authCode = raw_input("Enter auth code here: ").strip()
# finish the authorization and grab the Dropbox client
(accessToken, userID) = flow.finish(authCode)
client = DropboxClient(accessToken)
print "[SUCCESS] dropbox account linked"
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!