Error when trying to upload to pavlovia

URL of experiment:

Description of the problem: when I try to upload to Pavlovia I get these errors

Traceback (most recent call last):
File “C:\Users\URI\PSYCHOPY\lib\site-packages\psychopy\app\builder\builder.py”, line 1369, in onPavloviaSync
self.fileExport(htmlPath=htmlPath)
File “C:\Users\URI\PSYCHOPY\lib\site-packages\psychopy\app\builder\builder.py”, line 804, in fileExport
self.generateScript(experimentPath=exportPath,
File “C:\Users\URI\PSYCHOPY\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 71, in generateScript
compileScript(infile=exp, version=None, outfile=filename)
File “C:\Users\URI\PSYCHOPY\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 245, in compileScript
_makeTarget(thisExp, outfile, targetOutput)
File “C:\Users\URI\PSYCHOPY\lib\site-packages\psychopy\scripts\psyexpCompile.py”, line 217, in makeTarget
script = thisExp.writeScript(outfile, target=targetOutput, modular=True)
File “C:\Users\URI\PSYCHOPY\lib\site-packages\psychopy\experiment_experiment.py”, line 286, in writeScript
self_copy.settings.writeInitCodeJS(script, self_copy.psychopyVersion,
File "C:\Users\URI\PSYCHOPY\lib\site-packages\psychopy\experiment\components\settings_init
.py", line 857, in writeInitCodeJS
with open(os.path.join(folder, “index.html”), ‘wb’) as html:
PermissionError: [Errno 13] Permission denied: ‘C:\Users\URI\PsychoPyProjects\Example3\index.html’

I asked Chat GPT for help and followed all of its advice but nothing worked. Tried to uninstall, reinstall in different folders, tried starting a new project, tried changing the folder. Tried running as administrator, changing computer permissions. I don’t know what else I can do. When I try to run the “uploaded” experiment I just get a white screen with four 404 errors of the files that are supposed to be in the lib folder (that doesn’t appear in pavlovia).

Please help, I told my researcher employer I will be done by Saturday but I can’t even start working on it!!

someone please help

It definitely looks like a permissions issue with that folder - try copying the relevant project files to a new location which you definitely have access to and creating a new project from them.