Hello,
I’m trying to add 2 reader access in google drive when i create the folder (or later, no matter).
you can see on the picture below, it works well for one email but not for 2
I tried also after the folder creation to add the second email with an api call that i found on this community. i change the community example :
{
“role”: “writer”,
“type”: “user”,
“emailAddress”: “‘validgmailaccount@gmail.com”
}
to this
{
“role”: “reader”,
“type”: “user”,
“emailAddress”: “‘validgmailaccount@gmail.com”
}
but the shared access result is in writer
do you have any idea how i can solve this problem ?
thank in advance,