89 comments found.
The files viewer could be better and more useful if it has a better hight. On your demo, we can see that’s so anoying to have just a line shown and keeping scrolling !
Hi,
Our team will check and improve it in future versions.
Thanks for your feedback!
Before I buy this script, I just want to make sure of one thing: if I use Wasabi as the storage driver to save files, when I download files that are already saved on Wasabi, will the download URL contain or indicate the Wasabi URL or path (e.g., ex-eu-central-1.wasabisys.com/users/Eyg), or will it just show the domain name and then the file name?
Hi,
Yes, the Wasabi URL will be publicly visible. File URLs follow this format:
https://{bucket}.s3.{region}.wasabisys.com/{file-path}For example:
https://my-bucket.s3.eu-central-1.wasabisys.com/uploads/users/Eyg/avatar.jpgThese URLs are generated automatically and used directly on the frontend (in image tags, download links, etc.). There is no built-in option to mask or rewrite the URL when using the Wasabi driver.
If you want to hide the Wasabi URL, you’ll need to configure it outside the CMS by setting up a CNAME with a reverse proxy. For example:
cdn.yourdomain.com → point it to your Wasabi bucket via DNS/Cloudflare.
Then your file URLs would look like this instead:
https://cdn.yourdomain.com/uploads/users/Eyg/avatar.jpgHowever, this must be configured at the server/DNS level. The CMS does not automatically provide URL masking for Wasabi.
The media viewer height should be increased slightly compared to the default setting.The current frame is too small, which makes file and folder management uncomfortable and less efficient.
Hi,
We will check and improve it. Thanks for your feedback.
Hi
Can I use more then one driver, like, Local Disk and R2?
Thanks in Advance
Hi,
We don’t have this option in our script for now. Just can use 1 media driver at the same time.
Hi team, I’d like to confirm whether the software includes a feature that allows the super admin to assign access to specific folders for designated users.
Hi,
We don’t have this feature for now. Admin users can access all folders for now.
You can limit access to their uploaded files only in Settings → Media if you need.
https://prnt.sc/XxrJeByo6zYhWe don’t have a feature to assign access to specific folders.
if i delete picture or filesalso in trash. does it delete also in bunnycdn or google drive?
Hi,
When you trash a file on your site, it won’t move that file to trash on BunnyCDN or Google Drive.
They are just got deleted when you empty trash on site.
how can i empty them not to consume storage on google drive? can the user create thier own folder so that i can identify them in google drive? is there any option to delete thier files in google drive and identify easily?
Hi,
If you delete that files in Media page and skip trash, they are deleted immediately from Google Drive too.
https://prnt.sc/1lJIJms_TLkFWe don’t have options to show files/folders by a user for now.
Does it support FTP or WebDAV or CIFS? At least FTP would be great as we use Hetzner storage boxes four our space requirements.
Hi,
No, our script doesn’t support those options.
You can check all drivers we have in Settings → Media.
https://prnt.sc/LETSKxL0jw_TThank you. Badly, missing FTP is a stopper for me.
If I connect Google Drive and R2, will it automatically show the files in my drive and R2 or do I have to upload them?
Moreover, how large video files can it upload and download??Moreover, how large video files can it upload and download??
Hi,
1. No, it just shows files which uploaded from Admin → Media in that media listing page.
2. If you want to upload large file, you can enable chunk size upload in Settings → Media then it can upload large files, 10GB is still fine.
is there any plan to integrate azure
Hi,
Sorry, we don’t have plans for this at this time. We will check it when we have more time in the future.
Any plan integration with GCS?
Hi,
Sorry, we don’t have plans for this at this time. We will check it when we have more time in the future.
The day before my support expired, there was an update that messed up the display and made it impossible to upload anything. Is this intentional so that I will renew my support? I have tried reinstalling and manually updating in the system updater, but it’s still the same! https://imgur.com/a/NNoCMBQ
Hi,
It’s not about support. It was having issue with our UI in the latest version.
We have just fixed it and released it again, please go to Settings → System updater and click on button “Re-install the latest version”, then it should be fixed.
Note: please hard reload page a few times after that to prevent caching issue.
have ffmpeg? i can upload and view preview of video on the site?
Hi,
Sorry, we don’t have this option for now. We will add it in future versions.
Thanks for your suggestion.
hello, how to setting gogle drive? is it simple?
Hi,
You can setup it in Settings → Media to use https://prnt.sc/ueZq66uTCgUs
Can I integrate with Google Cloud Storage?
Hi,
We don’t have Google Cloud Storage integration in our script for now.
It requires code customization, you need to customize it to integrate GCS.
We are providing full source code, no encryption, so you can customize it if you have Laravel coding skills.
can you tell me the maximum size i can upload and i will integrate with google drive
Hi,
By default, it’s limited by your server max upload file size.
But if you enable chunk size upload, you can upload large file size, a few GB is still uploaded fine.
Screenshot: https://prnt.sc/6Do3rptYSdjO
Hello, i need a way to temporary disable rate limiting on the api and viewing of image with indirect_url
i keep getting a 429 TOO MANY REQUESTS
i need it seriously disabled as it is affecting my productivity
Hi,
Yes, try to add below config into .env file to increase rate limit:
CLOUDIFY_RATE_LIMIT_PER_MINUTE=100000
i am seriously having issues creating SUBFOLDERS in this APP USING the API…...... Your Postman docs is not updated at all
Hi,
I have just tested it, it’s still working fine for me. Just send parent_id in POST data, then it will create subfolder.
https://prnt.sc/m9pl-gWlj4IQbut none of your documents holds that the storage API requires the folder_id parameter in the URL to get subfolders. When you call /api/v1/media/folders without a folder_id, it only returns root-level folders. To get subfolders, you need to call /api/v1/media/folders?folder_id={parent_folder_id}.
i think your API documentation needs to be updated and concise enough
Hi,
Sorry about this.
We will update our documentation today.
Thanks for your feedback!
We have added this page for better API explanation https://docs.botble.com/cloudify/api-reference.html
Thank you…. It has helped in lots of ways, would be nice if you can add redis caching to it as wrll, to avoid database hit all the time. Thanks
Hi,
We will consider it.
Thanks for your suggestion.
Interest this script. May i know if we setup properly and setting object storage using wasabi. During upload files, is that storing files temporarily at local disk cpanel ? or it direct upload to wasabi bucket? i want to avoid cPanel disk usage.
Hi,
It will be sent directly to Wasabi through API. We don’t store temporary files on your hosting.
hii guys, is there any chance to serve with paid plans to customers right now there is no paid planes everything is free
Hi,
This is not a SaaS script. It’s just can be used as self-hosted file manager script, all users are admin users, so we won’t add paid plans in future versions.
Hi Team,
We noticed that Cloudify added Google Drive support in version 1.2.4, which is great.
We’d like to check if we can similarly add Microsoft SharePoint (via Microsoft Graph API) as a custom storage backend — ideally using the same approach.
Our Laravel team will handle all the API integration and encryption logic. We just need:
The ability to register SharePoint as a selectable storage provider
A way to plug in custom logic similar to how Google Drive was implemented
Can you please confirm:
If SharePoint can be added just like Google Drive?
Where the integration logic for Google Drive exists so we can model SharePoint on top of it?
Thanks again!
Once they confirm or point you to the Google Drive implementation files, your Laravel dev can easily replicate that and implement SharePoint.
Hi,
Sorry, we don’t have experience with SharePoint. We don’t have a plan for SharePoint integration in the near future.
We have integrated Google Drive in platform/packages/cloudify/src/Storage/GoogleDriveStorageAdapter.php and platform/packages/cloudify/src/Providers/GoogleDriveServiceProvider.php
Maybe you can do the same for SharePoint.
Please try to customize it yourself.
I’m looking to purchase. Are we able to remove or change Copyright 2025 © Botble Technologies. Version 1.2.5?
Hi,
You can change it in Admin -> Settings -> Admin appearance
Okay, when I update it now says.. Copyright 2025 © Laravel. Version 1.2.5 This is not what I changed it to…
Hi,
You can change full that text in Settings -> Other translations
not seeing where you can change that
Hi,
It can be changed from the admin panel https://drive.google.com/file/d/1BoXfO_kiHCnFLmO5NStzB1T5LT_VJkHF/view?usp=sharing
You can see an error in this video but it won’t happen on your site, it’s just a warning on our demo site.