textileio / js-textile

Textile's JavaScript Libs. Home of ThreadDB, Buckets, and more. Available on npm as `@textile/hub`.
https://textileio.github.io/js-textile/docs
MIT License
85 stars 19 forks source link

Public reads #1192

Closed dabit3 closed 3 years ago

dabit3 commented 3 years ago

Is there any way to enable public reads / queries, or is does every query need to be authorized?

dabit3 commented 3 years ago

Ok, figured this out, the answer is yes, the issue I was having with just understanding how to put it all together. I was not turning the threadID into the right data type:

const id = ThreadID.fromString(threadID)

Closing this.