#maimon_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1277610772079444039
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- maimon_api, 2 hours ago, 16 messages
hi there!
can you share the request ID (req_xxx)? you can find it here https://dashboard.stripe.com/test/logs
req_mUqyOJu7U31BmT
the key you used doesn't have the rak_secret_read permission, as mentioned in the error message.
but i added all possible scopes, how do i give my key this permission
Secrets are under connect in the documentation, and i gave myu restricted key all the possible scopes:
looking into this...
Unfortunately it looks like a restricted API key cannot be given this permission at the moment. I can put in a feature request to add this to the dashboard, but for now only secret keys can make that request
Can you also add in the feature request an option to fetch dashboard users? this is a pretty simple use case but is not supported in your APIs. Furthemore, do you have any docs explaining how i can create a secret key and how i can limit its access only to a few several needed scopes? Thank you very much in advance
Unfortunately secret keys cannot have their scope restricted. So because of this restriction anything that is accessing the secret store would be able to access anything that is accessible via the API
Can you please file a FR with including the secrets endpoint with a restricted key?
also can you please attach how to create a secret key with this capability?
Yes I can file that and here you gof or the doc https://docs.stripe.com/keys#create-api-secret-key
please cc me to the request please if possible @ integrations@adaptive-shield.com
Thank you very much for your help
hey
So i created the secret key and its still not working:
The provided key 'rk_test_*********************************************************************************************FNWnug' does not have the required permissions for this endpoint on account 'acct_1PXUGGRrj4b9domq'. Having the 'rak_secret_read' permission would allow this request to continue.
Can you send the request ID for that?
And unfortunately I cannot send emails from our support system. If you start a ticket at https://support.stripe.com/?contact=true and let me know when you have created the ticket I can make sure the people you are working with have the info to update you on the request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
secret is indeed working now thanks.
Real bummer though that i cant use my restricted key for this. Did you file that request we were talking about?
Thanks again for your help
The server was busy so I am getting to filing that now
great thanks
I have another question please
when using the call file links, the docs says that these are files that were shared externally for public unauthenticated viewing, but when i am trying to view some of the links returning in this calls i get this page:
do you happen to know the reason for that? how do i access this link unauthenticated and publicly?
Can you send me the stripe ID for the file that you are trying to access here? I am less familiar with that API but can look in to how this is supposed to work
Whoops I meant the file link object. It should come back as id on the same json object as your url and it should start with link_
link_1NfrpyHvtwqiNJdn5erjNqBT
๐
Do you have your request ID where you created that file link?
Is this just happening for that file link or you are seeing this for others as well?
all files returning in the file links call are not visible publicly. But, they all have the livemode set to false, maybe thats the reason?
Ah they are all test mode file links?