Search found 2 matches

by dgordeyev
Tue Mar 19, 2024 7:24 pm
Forum: Node.js scripting
Topic: Invalid private data item?
Replies: 1
Views: 676

Invalid private data item?

Hey everyone! I'm connecting to Switch via API using node.js. Upon file submission (which is successful btw, and processes the file just fine), the Messages view displays an error as follows: Invalid private data item '0EHRH': each item must be a string in the format 'key=value' The data item is dif...
by dgordeyev
Mon Dec 11, 2023 10:11 pm
Forum: Switch
Topic: Job Submission via API - help please!!
Replies: 2
Views: 24826

Job Submission via API - help please!!

Hello all! I am developing a custom front-end job submission UI for our project managers to use. I have a simple file upload page which sends a user-selected file to Switch for processing. For the time being, all my parameters and variables (username, password, content size, etc.) are being defined...