Skip to main content

Make sure run_id doesn't contain forward slash - /

Tom Atkins avatar
Written by Tom Atkins
Updated over 3 weeks ago

The custom run ID provided to the run_id argument can't contain the / character. (see API docs).

You'll get errors if you include a forward slash, for example if trying to upload files you might get NeptuneFileUploadTemporaryError: A temporary error occurred during file upload

Did this answer your question?