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
> Run web3-storage/add-to-web3@v3
> Run npm install -g @web3-storage/w3cli
added 365 packages in 9s
93 packages are looking for funding
run `npm fund` for details
> Run w3 space add ***
Error: failed to read proof: ENAMETOOLONG: name too long, open '***'
Error: Process completed with exit code 1.
An example of the correct command or a documentation section about this issue would be cool to have. I think I use the following capabilities on action and works: w3 delegation create did:key:<THE_KEY> -c 'upload/add' -c 'space/*' --base64
Does any other combination result in ENAMETOOLONG error?
When creating a delegation proof for use (https://github.com/alexjorgef/website/blob/main/.github/workflows/build.yml#L187-L194) only a specific pattern of capabilities works. The proof seems to be too long and GitHub returns the following error:
An example of the correct command or a documentation section about this issue would be cool to have. I think I use the following capabilities on action and works:
w3 delegation create did:key:<THE_KEY> -c 'upload/add' -c 'space/*' --base64
Does any other combination result in
ENAMETOOLONG
error?The text was updated successfully, but these errors were encountered: