I am able to upload manually using the browser UI of satellite.earth and I am able to upload to other blossom servers via the CLI. What am I doing wrong
Sticky Earwig ? Is it easy to fix?
```
$ blossom upload -server "
files.v0l.io/" test.txt
{"url":"
nostr.download/d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26.txt","sha256":"d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26","size":12,"type":"text/plain; charset=utf-8","uploaded":0}
$ blossom download -server "
files.v0l.io/" d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26
Hello World
--------------
$ blossom upload -server "
nostr.download/" test.txt
{"url":"
nostr.download/d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26.txt","sha256":"d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26","size":12,"type":"text/plain; charset=utf-8","uploaded":0}
$ blossom download -server "
nostr.download/" d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26
Hello World
--------------
$ blossom upload -server "
blossom.poster.place/" test.txt
{"url":"
blossom.poster.place/d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26.txt","sha256":"d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26","size":12,"type":"text/plain; charset=utf-8","uploaded":1737726600}
$ blossom download -server "
blossom.poster.place/" d2a84f4b8b650937ec8f73cd8be2c74add5a911ba64df27458ed8229da804a26
Hello World
--------------
$ blossom upload -server "
cdn.satellite.earth" test.txt
failed to upload test.txt:
cdn.satellite.earth/upload returned an error (401):
$ blossom upload -server "
api.satellite.earth/v1/media/item" test.txt
failed to upload test.txt:
api.satellite.earth/v1/media/item/upload returned an error (403):
$ blossom upload -server "
satellite.earth" test.txt
failed to upload test.txt:
satellite.earth/upload returned an error (404):
```
#asknostr