app-store-scraper
app-store-scraper copied to clipboard
401 unauthorized when trying to use store.privacy
store.privacy({ id: 324684580, })
returns error 401.
Did someone encounter such issue?
store.privacy({ id: 324684580, })
returns error 401.
Did someone encounter such issue?
Yes, I encounter this as well. I'm able to call the Privacy endpoint by first extracting the Bearer token from the page HTML first, then using that to call the API. I'm not sure if there is a faster way to do that as it's pretty inefficient.