forked from getconversio/go-shopify
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Access scopes response err "Not Found" #290
Comments
I can confirm this is an issue for me too, I'm looking to find out the existing scopes for a missing one we're introducing and getting 404. I'm going to fork the repo and quickly test with the correct URL |
pnmcosta
added a commit
to pnmcosta/go-shopify
that referenced
this issue
May 23, 2024
pnmcosta
added a commit
to pnmcosta/go-shopify
that referenced
this issue
May 23, 2024
Merged
Done, PR #291 fixes it. In the meantime feel free to use my fork, temporarily add:
to the bottom of your project's go.mod file |
pnmcosta
added a commit
to pnmcosta/go-shopify
that referenced
this issue
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following is my code:
I have checked the problem is the request url:
So when request resource is AccessScope, the url does not need to spliced with the version.
The text was updated successfully, but these errors were encountered: