dfp_external_storage icon indicating copy to clipboard operation
dfp_external_storage copied to clipboard

Simplest cloud file management for Frappe / ERPNext. S3 compatible external bucket can be assigned per Frappe folder, allowing you to fine-tune the location of your Frappe / ERPNext "File"s: within lo...

Results 11 dfp_external_storage issues
Sort by recently updated
recently updated
newest added

When some stock values change, a Repost Item Valuation document is created by ERPNext and it uses an attachment to store some data. At some point it calls `get_full_path` on...

while generating prepared reports, the file is neither handled be the internal file system, and not by drf it self, hence the error this error was triggered by `Stock Balance`...

``` #### To change the Local Field of Document if self.attached_to_field: frappe.db.set_value( self.attached_to_doctype, self.attached_to_name, self.attached_to_field, self.file_url, ) #### ``` On change in File, please update the connected field value also...

Here is a possible fix the issue I [described here](https://github.com/developmentforpeople/dfp_external_storage/issues/19#issuecomment-2137675301). In the `hook_file_before_save` function, it checks to see if a local file exists by seeing if `file_url` is set or...

I am getting the error DFP External Storage by Folder is not a valid parent DocType for DFP External Storage by Folder, after i installed the app. my erpnext instance...

I want to know if it can directly upload to S3 instead of firstly uploading to server then to aws, because it's a two way job which increase bandwidth usage,...

When installing on Ubuntu 24 the app fails. ImportError: Module import failed for DFP External Storage, the Doctype you're trying to open might be deleted. Error: No module named 'minio'

Hey folks, Using kubernetes cluster with ERPNext v15.45.5 / Frappe v15.50.0. Installed the app and set up local minio storage, and moving things to external seems work fine. When I...

**Problem Statement:** When an unauthorized user attempts to access a file they do not have permission to view, the system incorrectly returns a 404 (Not Found) response instead of a...

Unable to install app attached error below [error.txt](https://github.com/user-attachments/files/23014398/error.txt) get same error when installing app on new site or existing site