Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Mousumi Datta
4 years agoExplorer | Level 3
file upload by laravel 5
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.
Mousumi Datta
4 years agoExplorer | Level 3
this error occured. I have used "benjamincrozat/laravel-dropbox-driver " for my laravel website . but file not uploaded.
My controller code is
$file = $request->file('filesend');
$ert= $file->getClientOriginalExtension();
$file_src=$request->file("filesend"); //file src
$is_file_uploaded = Storage::disk('dropbox')->put('public-uploads',$ert);
if($is_file_uploaded){
return Redirect::back()->withErrors(['msg'=>'Succesfuly file uploaded to dropbox']);
} else {
return Redirect::back()->withErrors(['msg'=>'file failed to uploaded on dropbox']);
}
Greg-DB
Dropbox Community Moderator
4 years agoI'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:
- the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)
- the full text of any error or unexpected output from the Dropbox API itself
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.
- Mousumi Datta4 years agoExplorer | Level 3
Please help me out. I have used laravel 5 version for my website. I want to upload a doc file to dropbox through laravel website. How can i upload? please guide me ASAP with details
- Greg-DB4 years ago
Dropbox Community Moderator
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.
About Discuss Dropbox Developer & API
Make connections with other developers
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!