BRAHMA P SEN

Results 1 comments of BRAHMA P SEN

Yes, it is the problem of Python writing to Temp directory. I had the code like below: with tempfile.NamedTemporaryFile() as tempfile: tempfile.write(file.content) loader = Loader(tempfile.name) It was giving Permission Denied...