storj / uplink

Storj network Go library
MIT License
122 stars 17 forks source link

fix: "uplink: invalid access grant format" #110

Closed yngfoxx closed 2 years ago

yngfoxx commented 2 years ago

Initialize program with godotenv lib

What: Read ACCESS_GRANT from .env file

Why: Uplink failing to validate ACCESS_GRANT because it is not set

Erikvv commented 2 years ago

This is not a fix, this is an extra feature to put in the example.

You can run the example without a .env file like so:

ACCESS_GRANT=1cCYAHeo6b3QziQe9B9VXKtgBUJ6D6ZbAovEvr2U4DqND9iGTmqrX37NQcugmjDmsgKHs6XbqRyr3RV2RKjFPSrYeQfqJT3mNB8SisU2WxrvyuvN6bRESbWtsEfpKNaKhBMcrf93oTKo4eNP5GLrJzZ3nRrBq7bH7c7msAtefjApACNR9NYJFtoLyDUeaXXTBZAwTFWkNxCi6YBeJwRMFRyPmNcr1tcBF9hp8YntReoV1Su8kjA8fp1z1wAqbGVzLGrD8xBjX3DH go run ./exmamples/walkthrough

(this gives another error about the user agent but you can observe that the access grant is parsed and accepted)