Question / Problem
I'm building a JavaScript client with the Kintone plugin.
When I uploaded the plugin.zip file, I received an error message: "Error occurred."
-
Invalid request.
-
(CB_IL02 RzUEWHgWXNCp4pAsmQ89)
Current Situation
I tried with a different app or account or a different plugin.zip but the same result
When uploading from {domain}/k/admin/system/plugin/, the system calls two APIs: /k/api/blob/upload.json and it succeeds. The other API is k/api/dev/plugin/import.json with the response {
"code": "CB_IL02",
"messageType": "text",
"success": false,
"id": "RzUEWHgWXNCp4pAsmQ89",
"message": "Invalid request."
}
Code / Attempts
Just a file empty main.js or an my old plugin.zip that uploaded successfull
Error Message
Error occurred.
-
Invalid request.
-
(CB_IL02 RzUEWHgWXNCp4pAsmQ89)
Desired Outcome / Expected Behavior
I want to experiment with custom Kintone as soon as possible due to deadlines.