[Plugin]: Can't upload file to repo- get 422 error. #332
Replies: 4 comments 6 replies
-
|
Delete the branch created by the plugin on the repo |
Beta Was this translation helpful? Give feedback.
-
|
Have you something in the connexion tab ? The 422 error is pretty large and I think it's more like "detection of another existing branch"… |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the late reply. Could you click on the arrow right after the "plugin:…." ? |
Beta Was this translation helpful? Give feedback.
-
|
Little question, after the branch creation, have you something about file published/error…? Do you have some securities from github protecting push on branch ? |
Beta Was this translation helpful? Give feedback.











Uh oh!
There was an error while loading. Please reload this page.
-
Hi~
I've recently been using this plugin to push local files to a github repository and have run into some issues.
I already checked my repository and it's valid and used
Test connectionbutton, it’s result is** seems to be valid.I already tried to send an example file to the repo , but it hos no reply for this action.
here is my contnet:
I checked the console and here is the log
{ "github": { "branch": "main", "automaticallyMergePR": true, "dryRun": { "enable": false, "folderName": "github-publisher" }, "tokenPath": "%configDir%/plugins/%pluginID%/env", "api": { "tiersForApi": "Github Free/Pro/Team (default)", "hostname": "" }, "workflow": { "commitMessage": "[PUBLISHER] Merge", "name": "" }, "verifiedRepo": true }, "upload": { "behavior": "fixed", "defaultName": "", "rootFolder": "", "yamlFolderKey": "", "frontmatterTitle": { "enable": false, "key": "title" }, "replaceTitle": [], "replacePath": [], "autoclean": { "enable": false, "excluded": [] }, "folderNote": { "enable": false, "rename": "index.md", "addTitle": { "enable": false, "key": "title" } }, "metadataExtractorPath": "" }, "conversion": { "hardbreak": false, "dataview": true, "censorText": [], "tags": { "inline": false, "exclude": [], "fields": [] }, "links": { "internal": false, "unshared": false, "wiki": false, "slugify": "disable" } }, "embed": { "attachments": true, "overrideAttachments": [], "keySendFile": [], "notes": false, "folder": "", "convertEmbedToLinks": "keep", "charConvert": "->", "useObsidianFolder": true }, "plugin": { "shareKey": "share", "excludedFolder": [], "copyLink": { "enable": false, "links": "", "removePart": [], "transform": { "toUri": true, "slugify": "lower", "applyRegex": [] } }, "setFrontmatterKey": "Set" } }I'd appreciate it very much if anyone could do my a favor.
Beta Was this translation helpful? Give feedback.
All reactions