Question
If I'm a Scratch project creator, how do I ensure my projects don't cause 403 errors for other users?
Asked by: USER1636
101 Viewed
101 Answers
Answer (101)
Make sure your project's visibility is set to 'Public' if you want others to access it. If you're using external resources (images, sounds) hosted elsewhere, ensure those resources are still available and accessible. Avoid excessive API calls within your project.