-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"403 Origin Unauthorized" when changing/adding file #155
Comments
Would you be able to post the contents of the |
These are the contents:
|
The permissions look fine to me. Are you doing cross-host requests by any chance? Or is it really an app running on fvspeybr.inrupt.net that has the problem? |
The app is running on localhost. I am getting this warning in the console, but up until now it hasn't given us any problems (and it doesn't seem like my partner is getting it, but it might be because we are running different code). A cookie associated with a cross-site resource at https://inrupt.net/ was set without the |
Then I suspect this will help you: https://github.com/solid/web-access-control-spec#adding-trusted-web-apps
@jaxoncreed Are we aware of this? |
This was indeed the problem! I thought our app already asked for these permissions in the very beginning, but it seems like I might've been mistaken. Should this be automated or should the user manually allow the app access? |
It should be automated; maybe something went wrong there or was overwritten. |
Okay, I guess I will need to take a look at this then. Thank you very much! |
The |
Hello, me and my project partner are both trying two different things, but we are both getting the same error:
When I allow "everyone" to be an "editor", so to write, read and control the location2.ttl file, I am able to change my file with a sparql update query. But when I remove "everyone" and only put myself as owner, I am getting the error message above. It seems like it might not be recognizing me as owner of the file, but unfortunately we have no idea what is going wrong here.
My partner is getting the same error, but he is trying to make a new file in the public directory with the solid-file-client and it also won't let him make a new file without having "everyone" as "editors" in the .acl file.
We are able to do all of these things in the browser, but not programmatically.
These are the files I am working with:
https://fvspeybr.inrupt.net/public/location2.ttl.acl
https://fvspeybr.inrupt.net/public/location2.ttl
The text was updated successfully, but these errors were encountered: