<?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: File upload process not working on live server in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-process-not-working-on-live-server/m-p/205858#M9967</link>
    <description>&lt;P&gt;How exactly is it failing? What error/output are you getting?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, it looks like you're using the old PHP Core SDK, which uses&amp;nbsp;Dropbox API v1, which is &lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_self"&gt;deprecated&lt;/A&gt;. You should migrate to &lt;A href="https://www.dropbox.com/developers" target="_self"&gt;API v2&lt;/A&gt; whenever possible.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2017 18:36:40 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-02-08T18:36:40Z</dc:date>
    <item>
      <title>File upload process not working on live server</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-process-not-working-on-live-server/m-p/205747#M9960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have integrate the PHP api of dropbox on localhost. It is working fine. But when host on live server , file upload process not working. download process working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help regarding this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have use these code in index.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;require 'app/start.php';&lt;BR /&gt;require 'app/dropbox_auth.php';&lt;BR /&gt;var_dump($client-&amp;gt;getAccountInfo());&lt;BR /&gt;echo "Test";&lt;BR /&gt;&lt;BR /&gt;echo "&amp;lt;/br&amp;gt;";&lt;BR /&gt;//-------for download start----&lt;BR /&gt;$client-&amp;gt;getFile('/select.html',fopen('files/select.html','wb'));&lt;BR /&gt;&lt;BR /&gt;//-------for download end----&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;//-------for upload start----&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $file = fopen('/files/Koala.jpg','rb');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $size = filesize('/files/Koala.jpg');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $client-&amp;gt;uploadFile('/Koala.jpg',Dropbox\Writemode::add(),$file,$size);&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:26:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-process-not-working-on-live-server/m-p/205747#M9960</guid>
      <dc:creator>Anand_mishra</dc:creator>
      <dc:date>2019-05-29T09:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: File upload process not working on live server</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-process-not-working-on-live-server/m-p/205858#M9967</link>
      <description>&lt;P&gt;How exactly is it failing? What error/output are you getting?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, it looks like you're using the old PHP Core SDK, which uses&amp;nbsp;Dropbox API v1, which is &lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_self"&gt;deprecated&lt;/A&gt;. You should migrate to &lt;A href="https://www.dropbox.com/developers" target="_self"&gt;API v2&lt;/A&gt; whenever possible.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 18:36:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-upload-process-not-working-on-live-server/m-p/205858#M9967</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-08T18:36:40Z</dc:date>
    </item>
  </channel>
</rss>

