Hi,
I am no longer able to import bank statement cvs files. The statement previews before hitting the import button but when the button is pressed it disappears and nothing happens. I do get an error that show up in the error log.
Can anyone help with this?
full_file_path = './site1/private/files/WiseUSDQ3.csv'
parts = ('WiseUSDQ3', '.csv')
extension = 'csv'
builtins.PermissionError: [Errno 13] Permission denied: './site1/private/files/WiseUSDQ3.csv'
I’m only including the end of the error log due to the bank transactions showing in the log.
Thanks!