Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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)
Gelöst! Gehe zu Lösung.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
Zugriffe
Antworten
Likes gesamt
Hello,
The solution is to create an action that acts as an endpoint for reading data from the other application. Our security model assumes that each application owns its data. If it needs to share data with another application, it can use custom events or expose an endpoint.
Thank you,
Mihai
Hello,
The solution is to create an action that acts as an endpoint for reading data from the other application. Our security model assumes that each application owns its data. If it needs to share data with another application, it can use custom events or expose an endpoint.
Thank you,
Mihai
Zugriffe
Antworten
Likes gesamt
Hi @Urs_Boller ,
Looks like this is related to https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/user-permissions-for-fire...
Similar to that question, we recommend practicing caution when considering a solution to share data between applications as it can give users access to data that they are not supposed to be able to see.
In regards to the file lib, it is tied to one namespace at the moment and doesn't allow cross-namespace access.
Sarah
Zugriffe
Antworten
Likes gesamt