<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dropbox API Integration with my project in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312876#M18586</link>
    <description>my issues is resolved here just updating my dropbox sdk I was use older version. After updating and rexecution of my program is working for me</description>
    <pubDate>Fri, 23 Nov 2018 13:19:35 GMT</pubDate>
    <dc:creator>FugetronDolphin</dc:creator>
    <dc:date>2018-11-23T13:19:35Z</dc:date>
    <item>
      <title>Dropbox API Integration with my project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/311750#M18548</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need help for integrating dropbox on my website.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here my plane&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. After Login In My Website&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. My customer See There a Choose File button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. and when Customer Are Upload file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. This all file are store on my Server with my customer Name folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. dropbox will automatically create a folder for each customer when&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; the customer will try to upload on my website.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in Advance,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/311750#M18548</guid>
      <dc:creator>FugetronDolphin</dc:creator>
      <dc:date>2019-05-29T09:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API Integration with my project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312125#M18556</link>
      <description>&lt;P&gt;Is there a specific item you need help with?&lt;/P&gt;
&lt;P&gt;If you're looking for general advice on how to get started writing an integration, plese check out our &lt;A href="https://www.dropbox.com/developers/reference/getting-started" target="_blank"&gt;Getting Started&lt;/A&gt;&amp;nbsp;guide on the &lt;A href="https://www.dropbox.com/developers" target="_blank"&gt;https://dropbox.com/developers&lt;/A&gt; site.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 09:40:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312125#M18556</guid>
      <dc:creator>DBX_Robert</dc:creator>
      <dc:date>2018-11-20T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API Integration with my project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312829#M18582</link>
      <description>&lt;P&gt;Hey Robert,&lt;/P&gt;&lt;P&gt;thank you for guiding me, I now start working to integrate my web Application with Dropbox I am getting App_Key and App_Secret&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;getting some exception: pfb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in thread "main" com.dropbox.core.NetworkIOException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true)&lt;BR /&gt;at com.dropbox.core.DbxRequestUtil.startGet(DbxRequestUtil.java:193)&lt;BR /&gt;at com.dropbox.core.DbxRequestUtil$1.run(DbxRequestUtil.java:432)&lt;BR /&gt;at com.dropbox.core.DbxRequestUtil.runAndRetry(DbxRequestUtil.java:517)&lt;BR /&gt;at com.dropbox.core.DbxRequestUtil.doGet(DbxRequestUtil.java:429)&lt;BR /&gt;at com.dropbox.core.v1.DbxClientV1.doGet(DbxClientV1.java:2219)&lt;BR /&gt;at com.dropbox.core.v1.DbxClientV1.getAccountInfo(DbxClientV1.java:355)&lt;BR /&gt;at JavaDropbox.main(JavaDropbox.java:33)&lt;BR /&gt;Caused by: java.net.ProtocolException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream0(Unknown" target="_blank"&gt;www.protocol.http.HttpURLConnection.getOutputStream0(Unknown&lt;/A&gt; Source)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream(Unknown" target="_blank"&gt;www.protocol.http.HttpURLConnection.getOutputStream(Unknown&lt;/A&gt; Source)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream0(Unknown" target="_blank"&gt;www.protocol.http.HttpURLConnection.getInputStream0(Unknown&lt;/A&gt; Source)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream(Unknown" target="_blank"&gt;www.protocol.http.HttpURLConnection.getInputStream(Unknown&lt;/A&gt; Source)&lt;BR /&gt;at java.net.HttpURLConnection.getResponseCode(Unknown Source)&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown" target="_blank"&gt;www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown&lt;/A&gt; Source)&lt;BR /&gt;at com.dropbox.core.http.StandardHttpRequestor.toResponse(StandardHttpRequestor.java:50)&lt;BR /&gt;at com.dropbox.core.http.StandardHttpRequestor.doGet(StandardHttpRequestor.java:66)&lt;BR /&gt;at com.dropbox.core.DbxRequestUtil.startGet(DbxRequestUtil.java:190)&lt;BR /&gt;... 6 more&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am using Dropbox core sdk 3.0.10 version&lt;/P&gt;&lt;P&gt;please help me in resolving this issue&lt;/P&gt;&lt;P&gt;Thank you In Advance&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 07:48:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312829#M18582</guid>
      <dc:creator>FugetronDolphin</dc:creator>
      <dc:date>2018-11-23T07:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API Integration with my project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312876#M18586</link>
      <description>my issues is resolved here just updating my dropbox sdk I was use older version. After updating and rexecution of my program is working for me</description>
      <pubDate>Fri, 23 Nov 2018 13:19:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312876#M18586</guid>
      <dc:creator>FugetronDolphin</dc:creator>
      <dc:date>2018-11-23T13:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API Integration with my project</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312943#M18587</link>
      <description>&lt;P&gt;Looks like you were previously using our API v1 SDK.&amp;nbsp; You'll definitely want to upgrade to V2, which sounds like you did and it rsolved your errors.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 20:19:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-Integration-with-my-project/m-p/312943#M18587</guid>
      <dc:creator>DBX_Robert</dc:creator>
      <dc:date>2018-11-23T20:19:11Z</dc:date>
    </item>
  </channel>
</rss>

