zerodha / frappe-attachments-s3

A frappe app to upload file attachments in doctypes to s3.
Other
119 stars 136 forks source link

attach file to data import : it gives error #69

Open ashish-greycube opened 6 months ago

ashish-greycube commented 6 months ago

Expected behaviour

Attach import file to Data import should work

Actual behaviour

following error happens for private file : URL must start with http:// or https:// for public file : FileNotFoundError: [Errno 2] No such file or directory

Step to reproduce

Go to Data import Attach file to 'Import file' on attaching as private following error happens image on attaching as public file , following error happens image

Version

version 14

ashish-greycube commented 6 months ago

Issue happens for 'Bank Statement Import' doctype also. bank statement import error