I’ve gone through a lot of the topics relating to this topic, but can’t figure this out.
I’ve connect my frame to adobe.
I have the scopes in my n8n:
Please let me know what I’m missing.
I’ve gone through a lot of the topics relating to this topic, but can’t figure this out.
I’ve connect my frame to adobe.
I have the scopes in my n8n:
Please let me know what I’m missing.
Hi @dalen can you give a bit more information about how you are trying to use the API and in what ways with n8n?
Hey Charlie,
I’m trying to access comments made by specific users, push video from frame to Youtube, and whole automation pipeline with Frame at the core.
@dalen thanks for the info. Can you list out what steps you are taking and where you are running into issues with a 401 response? Screenshots & code examples will help us help here.
Absolutely, Charlie.
I’m trying to do an HTTP request to frame. I’ve tripled checked the scopes, clientid, clientsecret.
Please let me know what specifically you need from me to help along with this process.
Here’s a Get requested I have:
Credentials:
I’m able to find myself:
Tried a different way to authenticate:
@CharlieAnderson Any update on this?
hi @dalen I haven’t made progress here as I only have a self hosted n8n and not the cloud version (which you are using for callbacks). I have this on my to-do to investigate next week as I have time then.
My initial thought is your x-api-key header is incorrect for your requests. The cURL command is:
curl https://api.frame.io/v4/accounts/91cdd265-959f-433c-a398-e4d642af63f7/users \
-H "Authorization: Bearer <token>"
So try Authorization: Bearer in your name with the value set to your auth token.
Thanks for getting back to me @CharlieAnderson. I’ve tried the header Auth with Authorization: and x-api-key, as well as OAuth2 API with my ClientID and ClientSecret and still the same error.
Thanks for looking into this.
@dalen the header needs to be set to Authorization: Bearer and not just Authorization:
“Authorization:” then “Bearer key”, right?
correct, lmk if that works for you. Otherwise I can dig in tomorrow when I am traveling.