Hello everyone,
I am using MAKE to post video pins on Pinterest, but I have encountered an issue. MAKE has already obtained authorization and received the access token. However, when I run the /v5/media API request (which corresponds to the “Make a Request” module in Make), I get a 401 error:
“[401] Your token does not have sufficient permissions to perform this operation. Please ensure your token is authorized with the correct set of scopes.”
I am completely confused because the same operation worked fine in a previous Make automation project, but this project is encountering this issue.
Can anyone help me? I would really appreciate it.
Thank you!
INPUT BOUNDLES DATA
[
{
“url”: “/v5/media”,
“body”: “{‘media_type’: ‘video’}”,
“method”: “POST”,
“headers”: [
{
“key”: “Content-Type”,
“value”: “application/json”
}
]
}
]