Hey, I have an application with a Service Account. Communication via the node-sdk with the API is going well, It (the app) can fetch and post files and folders.
If I understand correctly, these files and folders are now owned by the service account.
I would like users (humans) to be able to access and manage these files via the interface.
How can that be configured ? Should the app create the entities in the user's account or should access be given to the user so that he can access the application's files ?
If it's either one of those cases or another, how does one properly configure the permissions to make that possible ?
Thank you for your time,
Camille