I have used google sheet API in php for create a new sheet , it is creating new sheet but i want to be it publicly editable but it is only accessed by particular gmail account only. which have owner,
So it is possible that to create a google sheet using API in php and allow it publicly editable?
Thank you in advance.
For this:
fileId
parameter for Permissions: createRequest body
{
"role": "writer",
"type": "anyone"
}