Granga / etsy-ts

Etsy API wrapper written in typescript
https://www.npmjs.com/package/etsy-ts
MIT License
37 stars 5 forks source link

I am trying to run the example but get "Missing authorization header". What am I missing? thx! #15

Closed chauey closed 1 year ago

Granga commented 1 year ago

Hi @chauey ,

If you have updated from v3 to v4, there are some breaking changes. You can find info about them at the root Readme.

I'd say your call is missing etsyUserId which is used to determine the accessToken through your implementation of ISecurityDataStorage.

chauey commented 1 year ago

I think I just needed other code like from the quick start to get the access token from the auth server and with the right scopes, then store the access token 1st. thx!