<?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 by laravel 5 in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/611813#M2804</link>
    <description>&lt;P&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt; I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the full text of any error or unexpected output from the Dropbox API itself&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;Note that we cannot provide support for using third party libraries themselves, and the code and screenshot you shared here seems to show the interaction with a third party library, not the Dropbox API. If you need help with the Dropbox API, please provide the relevant details. Otherwise, for help with the third party library, please contact the developer of that library.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 15:14:59 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-07-25T15:14:59Z</dc:date>
    <item>
      <title>file upload by laravel 5</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/610513#M2785</link>
      <description>&lt;P&gt;I have used laravel 5 . I have uploaded the file to dropbox. but the file was not uploaded. Please guide me. It's very emergency.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 21:15:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/610513#M2785</guid>
      <dc:creator>Mousumi Datta</dc:creator>
      <dc:date>2022-07-25T21:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: file upload by laravel 5</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/610535#M2786</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1558009"&gt;@Mousumi Datta&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... I have uploaded the file to dropbox. but the file was not uploaded. ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1558009"&gt;@Mousumi Datta&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Hm... And at the end did you upload the file or not?&lt;/P&gt;&lt;P&gt;To be able somebody help you, some additional information would be fine to exists. Most important: What actually is the issue??? How have you tried to upload the file (using SDK, direct API call, or something else)? What's the SDK type and version, if any? What are you getting as a error, if any? etc...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 11:08:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/610535#M2786</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-07-19T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: file upload by laravel 5</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/611797#M2802</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MousumiDatta_0-1658759181470.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/30583i0C6BB7DBAA22B621/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MousumiDatta_0-1658759181470.png" alt="MousumiDatta_0-1658759181470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this error occured. I have used "benjamincrozat/laravel-dropbox-driver " for my laravel website . but file not uploaded.&lt;/P&gt;&lt;P&gt;My controller code is&lt;/P&gt;&lt;P&gt;$file = $request-&amp;gt;file('filesend');&lt;/P&gt;&lt;P&gt;$ert= $file-&amp;gt;getClientOriginalExtension();&lt;/P&gt;&lt;P&gt;$file_src=$request-&amp;gt;file("filesend"); //file src&lt;BR /&gt;$is_file_uploaded = Storage::disk('dropbox')-&amp;gt;put('public-uploads',$ert);&lt;BR /&gt;&lt;BR /&gt;if($is_file_uploaded){&lt;BR /&gt;return Redirect::back()-&amp;gt;withErrors(['msg'=&amp;gt;'Succesfuly file uploaded to dropbox']);&lt;BR /&gt;} else {&lt;BR /&gt;return Redirect::back()-&amp;gt;withErrors(['msg'=&amp;gt;'file failed to uploaded on dropbox']);&lt;BR /&gt;} &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 14:31:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/611797#M2802</guid>
      <dc:creator>Mousumi Datta</dc:creator>
      <dc:date>2022-07-25T14:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: file upload by laravel 5</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/611813#M2804</link>
      <description>&lt;P&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt; I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the full text of any error or unexpected output from the Dropbox API itself&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;Note that we cannot provide support for using third party libraries themselves, and the code and screenshot you shared here seems to show the interaction with a third party library, not the Dropbox API. If you need help with the Dropbox API, please provide the relevant details. Otherwise, for help with the third party library, please contact the developer of that library.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:14:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/611813#M2804</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-07-25T15:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: file upload by laravel 5</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/612967#M2815</link>
      <description>&lt;P&gt;Please help me out. I have used laravel 5 version for my website. I want to upload a doc file&amp;nbsp; to dropbox through laravel website. How can i upload? please guide me ASAP with details&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 12:42:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/612967#M2815</guid>
      <dc:creator>Mousumi Datta</dc:creator>
      <dc:date>2022-07-30T12:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: file upload by laravel 5</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/613236#M2818</link>
      <description>&lt;P&gt;We cannot provide support or guidance for Laravel itself, as that's not made by Dropbox. If you need help with the Dropbox API, please provide the information described in my previous post so we can help.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 13:49:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/file-upload-by-laravel-5/m-p/613236#M2818</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-08-01T13:49:27Z</dc:date>
    </item>
  </channel>
</rss>

