Describe the problem/error/question
I am trying to create an HTTP request that uses saved credentials. I have created and saved those credentials. I have shared those credentials with the worflow. I have made the owner of the credentials the project itself in an attempt at getting the credentials to show up in the drop down.
What is the error message (if any)?
There is no error message. The credentials just dont show up in the options after selecting
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 12
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
],
"id": "b6f3e79d-affb-4bab-b583-4beaf96c321a",
"name": "Schedule Trigger"
},
{
"parameters": {
"url": "https://graph.microsoft.com/v1.0/sites?search=SAMAutomationSite",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "microsoftOAuth2Api",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
208,
0
],
"id": "647d6904-8625-4585-bae5-53731deaa9d4",
"name": "HTTP Request",
"credentials": {
"oAuth2Api": {
"id": "ii7M4l5vwFL4mloc",
"name": "n8n sp automation connected"
}
}
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"instanceId": "e817e68a471eb89f603059960abc9199a90179c7c4fa689619718602260c0369"
}
}
Share the output returned by the last node
Information on your n8n setup
- n8n version: [email protected]
- Database (default: SQLite): not even there yet
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- Operating system: na
