Kevin Guebert
Kevin Guebert
@nokazn I ran into the same issues with authentication (for spotify) and tried out this solution. When setting setting `sameSite: 'none'` I received this error that caused the function not...
I _think_ I was finally able to solve this after poking around multiple tickets/PRs. My solution ended up using code from: #826 #849 #852 The basic rundown: 1. Change the...
Can you share a bit more about the problem you faced? `clientCredentialsGrant` is [definitely a function](https://github.com/thelinmichael/spotify-web-api-node/blob/master/src/server-methods.js#L15) and the example seems to work well for me.
@pookee This may not be the exact solution you are looking for but I think we've managed to fork the `rc-picker` component and add the functionality. We updated the `triggerChange`...
Good points. I will admit we don't use the time portion of the range picker right now so I did not fully consider how the interaction would work there. Our...
Looks like the README may need to be updated as the issue [may be coming from the followers being undefined](https://github.com/thelinmichael/spotify-web-api-node/blob/be15f1c742b35134ce5bd35521d8bf1ab1ba67cf/src/spotify-web-api.js#L1360) From: https://github.com/thelinmichael/spotify-web-api-node/blob/be15f1c742b35134ce5bd35521d8bf1ab1ba67cf/src/spotify-web-api.js#L1342-L1348
You can stream but are unable to download the files
Can you share the output with the console logs? such as `console.log(i*data.body.tracks.limit);` My theory is that there is an asynchronous issue with your for loop. For loops + API calls...
Status Code 429 usually means ["Too Many Requests"](https://httpstatuses.com/429). If that status code is coming from Spotify then you are probably being rate-limited
You could look into using firebase functions: https://github.com/firebase/functions-samples/tree/main/spotify-auth