I am trying to publish a ML/DL application on Connect Posit cloud. The application needs to write models on a server folder. How can I do that? or what level/plan do I need to do that? Thanks.
Writing to local server folders can be a bit tricky with Posit Connect because of how it sandboxes applications. Usually, the best way to handle this is using persistent storage or an S3 bucket if you're on the Cloud. If you’re on an Enterprise plan, you might be able to mount a shared drive, but for most people, the pins package is a lifesaver for saving and retrieving models across different sessions.