Hi,
403 isn't an error code you can fix locally. It's a HTTP status error that means the thing you are trying to access for some reason is "Forbidden". This is a server side issue typically. It means that the resource or folder isn't accessible for some reason. It might be that the permissions for the resources are wrong. A drive had been disconnected, a 2nd server is offline etc. I would recommend reporting this to the developer, other than that there isn't much else you can do for this i'm afraid.
I hope that helps.