You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting this error when trying to download a file. I'm using Backblaze with Laravel as a cloud storage site. The file uploads fine but when to download I get that error and I'm not sure why. This is my first project in laravel and it is for learning purposes.
Getting that error code:
InvalidRequest invalid b2-content-disposition: expected ';' but got Token{type=TOKEN, text='Main.mp4', startPosition=40}
and this in site logs:
[2021-01-16 02:49:51] production.ERROR: Received HTTP status code [400] with message "{"errors":[{"code":215,"message":"Bad Authentication data."}]}" when getting temporary credentials. {"userId":1,"exception":"[object] (League\OAuth1\Client\Credentials\CredentialsException(code: 0): Received HTTP status code [400] with message "{"errors":[{"code":215,"message":"Bad Authentication data."}]}" when getting temporary credentials. at /home/giofeivj/file.gioferox.com/vendor/league/oauth1-client/src/Server/Server.php:445)
[stacktrace]
not sure if you can point me in the right direction of what I might be doing wrong
The text was updated successfully, but these errors were encountered:
I keep getting this error when trying to download a file. I'm using Backblaze with Laravel as a cloud storage site. The file uploads fine but when to download I get that error and I'm not sure why. This is my first project in laravel and it is for learning purposes.
Getting that error code:
InvalidRequest
invalid b2-content-disposition: expected ';' but got Token{type=TOKEN, text='Main.mp4', startPosition=40}and this in site logs:
[2021-01-16 02:49:51] production.ERROR: Received HTTP status code [400] with message "{"errors":[{"code":215,"message":"Bad Authentication data."}]}" when getting temporary credentials. {"userId":1,"exception":"[object] (League\OAuth1\Client\Credentials\CredentialsException(code: 0): Received HTTP status code [400] with message "{"errors":[{"code":215,"message":"Bad Authentication data."}]}" when getting temporary credentials. at /home/giofeivj/file.gioferox.com/vendor/league/oauth1-client/src/Server/Server.php:445)
[stacktrace]
not sure if you can point me in the right direction of what I might be doing wrong
The text was updated successfully, but these errors were encountered: