🇮🇳India anil280988
I faced the similar issue,and even log shows that file can't be copied from tmp folder to public/private folder. But looking at the code I found that it's the generic error message that is shown when file can't be created. In my case the issue was the file name format, I was adding timestamp token at the end and it has spaces. Removing that I was able to create the file.