Allow document editing for non-google users -
i'm using google drive api create documents , share them others. ok until had send invitation collaborate non-google user.
first of all, since google account owners can edit document, set link can edit.
https://www.googleapis.com/drive/v2/files/{file_id}/permissions?key={your_api_key} { "role": "writer", "type": "anyone", "withlink": true }
and sent invitation collaborate user:
https://www.googleapis.com/drive/v2/files/{file_id}/permissions?key={your_api_key} { "role": "writer", "type": "user", "value": "******@outlook.com" }
but, instead of shareable link, invitation join google sent user.
...glwbwxes/edit?invite=ci-zznyl&pli=1
how can send shareable link non-google users instead of invitation create google account?
when dont have google account, can collaborate anonymously.
once add non-google account sharing list, of few months ago google attempt user sign-up google account. once user signs-up, google changes sharing setting point new google address (instead of outlook.com 1 in case).
this happens when explicitly share non google account. if instead allow anonymous edits can send them directly link.
Comments
Post a Comment