How to upload blob file without super user crate

i want to upload blob data,i dot not user super user,but blob data need authenticated user crate result in error code 401

How are you trying to authenticate with crateDB (user+password or host-based authentication?)
Which version are you using?

Did you create a user and set the necessary rights?

1 Like

Thank you very much!I try to authenticate with crateDB (user+password ).but the authentication header is incorrect.Fortunately,i managed to solve the problem by refering to configuration file.