Xojo web - writing files on server

Hi
I’m building a web app that allows the user to do all basic file operations on simple TXT files (create, delete, rename, save, read)…
these are server-side txt files, that dwell besides the webapp.
When I test everything works fine, but, once I upload on xojo cloud I was wondering if the user could have any sort of limitations related to the writing rights.
This would completely #@[k…up my whole project, I’d like to know before I buy the full web edition and a month of cloud.
Thanks

On Xojo Cloud you will have restrictions for files alongside the web app itself. Instead you would want to use the Documents folder.

http://developer.xojo.com/xojo-cloud-general-info$file-access

Shared_Documents folder…