#elliott-app-permissions
1 messages · Page 1 of 1 (latest)
ive tried searching for it under the app's publishing account and the merchant account
elliott-app-permissions
@last lark can you give me a bit more details? What is your code doing that triggers this error specifically?
hi, yes. the app is making a Stripe request to a resource it does not have permission to. thats actually expected in this situation. I don't need help resolving why the error is happening. my issue is I cannot find that is occuring from the Stripe developer logs.
im trying to determine if this error is happening for some users, but it appears these type of errors are not appearing in the developer logs.
yeah that's unfortunately something that happens when you don't have the right permissions, not all logs are surfaced
it appears the same error appears if the request occurs from outside of the dashboard
so you're missing some permissions around Products and TaxCode and would need that to be able to call https://stripe.com/docs/api/products/list
yep clear on the permissions
so you are confirming that some requests do not make it to the logs under the developer tab?
it appears all 403s from the dashboard for example do not
correct
ok that was what i needed. is this documented anywhere?
i couldnt find it
i want to be sure if we are using the logs to confirm the lack of errors we are not looking for something that would not be there regardless.
no I don't think we document anything like this
ok, is there any other info you can share about the types of things that do reach those logs?
it almost appears that from the dashboard only app requests make it
is that correct?
/v1/app/*
which ends up being mostly secret resources
I'm sorry there isn't really anything specific I can share. Logs are not "guaranteed" they are a helper tool and many types of errors don't make it there