[Django]-Access denied issue when I try to access a shared drive from Django running in Apache

0👍

You answered it on your own. The service in running as a different user, so the drive isn’t mounted as e.g. “G:\”

You have to pass full UNC-paths and grant access to the www-user. That worked for me.

Leave a comment