Skip to content
Discussion options

You must be logged in to vote

yeah this usually ends up being permissions or auth

a few things to check:

  • bucket permissions - if it’s too locked down uploads fail with 401, try role:all for testing
  • auth / session - make sure the user is actually logged in, no session = 401
  • api key usage - api keys don’t work in frontend, only server-side
  • config - double check endpoint + project id, small mismatch can break auth

quick debug:
login → set role:all → try upload → if it works, it’s permissions

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ArpitChaturvedi12
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants