I can't figure it out how to use --b2-download-auth-duration

Hi,
I'm tring to use rclone on BackBlaze B2 i've uploaded some files and tried to get downloadable url on private bucket.

it returns me a link with Athorization=*** but when i opened that link b2 asks for login details.

what am i doing wrong ??

Thanks.

Full Command:
rclone link b2:Test/test/test_clip.avi
and
rclone link b2:Test/test/test_clip.avi --b2-download-auth-duration 2m

Log File:
i tried to add --log-file=log.txt no output

Config File
[b2]
type = b2
account = *******
key = *****
hard_delete = false
download_auth_duration = 10m0s

Version
rclone v1.50.2

  • os/arch: linux/arm
  • go version: go1.13.4

hello and welcome to the forum,

  1. please update to latest version, v1.51.0
  2. to get useful output in the log file, check this webpage, so add -vv to your command
    https://rclone.org/docs/#log-level-level
  3. i would guess that if the file in b2 that you want to have a link is private, then you would be asked for login info. perhaps make the file public and then create the link.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.