Can someone give an example/better description of how the Local Storage option works?
The way I read it, if in App 1, you set Local storage key to 'xx1234', then if that same user uses App 2 which also has the key 'xx1234', then any drawings made in App 1 will show?
I thought initially that by setting 'Local Storage Key' to a server path then perhaps All users of the App would draw into that common repository....but the help is a little sparse so I'm not really sure what the correct usage of it is?
I want to know if its possible for multiple anonymous users to draw into the same file (held on a server)? (The list of people who can actually access the app and therefore who can draw into the file will be controlled via portal, likely only 2 people max)..kind of like a poor mans enterprise DB I guess.