share data between apps
is it possible that 2 apps use the same namespace and acces the same file system as described here: https://github.com/adobe/aio-lib-files
the use case is to have one app that just display data (for users with no access to all the Adobe API) and another app which performs all the background tasks (API actions)
