Learn how to make the most out of the Dropbox Community here 💙.
Learn how to make the most out of the Dropbox Community here 💙.
Hi,
I need help for integrating dropbox on my website.
Here my plane
1. After Login In My Website
2. My customer See There a Choose File button
3. and when Customer Are Upload file.
4. This all file are store on my Server with my customer Name folder
5. dropbox will automatically create a folder for each customer when
the customer will try to upload on my website.
Thank you in Advance,
Is there a specific item you need help with?
If you're looking for general advice on how to get started writing an integration, plese check out our Getting Started guide on the https://dropbox.com/developers site.
Looks like you were previously using our API v1 SDK. You'll definitely want to upgrade to V2, which sounds like you did and it rsolved your errors.
Is there a specific item you need help with?
If you're looking for general advice on how to get started writing an integration, plese check out our Getting Started guide on the https://dropbox.com/developers site.
Hey Robert,
thank you for guiding me, I now start working to integrate my web Application with Dropbox I am getting App_Key and App_Secret
I am getting some exception: pfb
Exception in thread "main" com.dropbox.core.NetworkIOException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true)
at com.dropbox.core.DbxRequestUtil.startGet(DbxRequestUtil.java:193)
at com.dropbox.core.DbxRequestUtil$1.run(DbxRequestUtil.java:432)
at com.dropbox.core.DbxRequestUtil.runAndRetry(DbxRequestUtil.java:517)
at com.dropbox.core.DbxRequestUtil.doGet(DbxRequestUtil.java:429)
at com.dropbox.core.v1.DbxClientV1.doGet(DbxClientV1.java:2219)
at com.dropbox.core.v1.DbxClientV1.getAccountInfo(DbxClientV1.java:355)
at JavaDropbox.main(JavaDropbox.java:33)
Caused by: java.net.ProtocolException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
at com.dropbox.core.http.StandardHttpRequestor.toResponse(StandardHttpRequestor.java:50)
at com.dropbox.core.http.StandardHttpRequestor.doGet(StandardHttpRequestor.java:66)
at com.dropbox.core.DbxRequestUtil.startGet(DbxRequestUtil.java:190)
... 6 more
I am using Dropbox core sdk 3.0.10 version
please help me in resolving this issue
Thank you In Advance
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 or Facebook.
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!