Am I right in interpreting this error to mean that it is currently only possible to use open in read-only mode, but that Anvil are intending to implement write mode functionality?
If this is the case, is it possible to have an indication of timeline for this implementation?
The browser is never going to be able to create a file on your filesystem. You can, after asking for explicit user permission, download a media object as a file, but you can’t open a file from code.
I was just trying to temporarily store something on the client side, not thinking what ‘creating a file’ would really mean and it looks like this is a much better way to do it!