Using the N8N backup workflow to github hits an error
N8N connection works and successfully returns outputs, Github connection is successful. I’ve created the repo called “n8n-backup”. However there is no folder in it. Apparently the workflow should create a folder in the github repo if it doesn’t exist.
What is the error message (if any)?
The resource you are requesting could not be found
Not Found
@pooria , the way I see it you have to create the folder yourself manually (and point to it in “Globals” node), the workflow you referenced won’t do it for you.
@pooria , I’m actually using this workflow myself (and it works fine). I do remember I had to change something after one of the n8n releases (can’t remember what exactly). If you wish, you can try my version, which has just a few minor differences/additions.
It can be private (mine is private). Perhaps you need to check your permissions - you might be not allowed to create new files (or generally update the repository)?
I’m using GitHub API token to authenticate. Here’s my token’s scope.