Hello,
i’m a new user and i’m trying out storj and uplink under windows. The uplink version is:
Release build
Version: v1.22.2
Build timestamp: 11 Feb 21 03:36 CET
Git commit: 3948c0e258c339fb5e9f58c3baea9bc04ebfdd29
I first created an access grant with the web interface, put it into a text file and tried importing it in uplink:
E:\Backup\bin>uplink.exe import accessgrant.txt
default access imported.
Then i’m trying to create a bucket, which fails:
E:\Backup\bin>uplink.exe mb sj://backup_test
Error: uplink: permission denied (bucket: metainfo error: Unauthorized API credentials)
In my second attempt (after reading here in the forum) i tried creating an access grant with the cli tool, but the documentation is not matching with the web frontend:
https://documentation.tardigrade.io/v/deprecated/setup/api-key
There is no link “API Key” in the sidebar.
But then i found the link ‘Create Access Grant in CLI’ in the ‘access grant’ wizard, which displays a satellite address and a token (token = api key?). I tried uplink.exe setup, put in the satellite address, my api key/token, chose a name and an encryption key, but then it says:
Error: uplink: permission denied (Unauthorized API credentials); unable to unmarshal access grant: proto: pb.Scope: illegal tag 0 (wire type 2)
So at the moment, i’m a bit lost.
I appreciate any help.