✗ Error uploading to Backblaze B2 InvalidAccessKeyId: Malformed Access Key Id at throwDefaultError #218
Unanswered
pguardiario
asked this question in
Q&A
Replies: 2 comments
-
yes keyId is BACKBLAZE_ACCESS_KEY_ID try generating a new application key, not the default provided master app key |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok thanks for the info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't figure out how to set .env for backblaze, is access key the same thing as application key?
In backblaze I see:
keyID: xxxxxx
keyName: xxxxxx
applicationKey: xxxxxxxxxxxxxx
and in my .env my best guess is this which gives an error:
BACKBLAZE_ACCESS_KEY_ID=(keyID goes here?)
BACKBLAZE_SECRET_ACCESS_KEY=(applicationKey goes here?)
Beta Was this translation helpful? Give feedback.
All reactions