I create a google docs using a specific account like the service account with
doc = service.documents().create(doc).execute();
I have to create a google docs for each user of a domain entreptise.tn
using the service account name @entreprise.tn
.
It's possible ?. Could you please help me solving that ?.
Thanks a lot.