How do we use a pipeline parameter in a snap to pass NO account?
I HAVE to handle multiple accounts, by request, so I NEED a pipeline parameter. Unfortunately, I have come across a need to make that NO account, so it reads and writes on the local snaplogic instance, under files in the manager. If I set it to nothing, a blank, or null, I get, in the object using the lack of an account:
Failure: Cannot load account: , Reason: Unexpected character (‘<’ (code 60)): expected a valid value (number, String, array, object, ‘true’, ‘false’ or ‘null’) at [Source: 404 Not Found
Not Found
The requested URL was not found on the server.
If you entered the URL manually please check your spelling and try again.
; line: 1, column: 2], Resolution: Please make sure the computed path to the account is correctHow can I get it to act simply in the default manner as if it had no account because it DOESN’T have an account? BTW The file is also simply the file name, and I tried the default of …/shared/filename.ext
Steve