Skip to content
Advertisement

Tag: google-docs

How we can share a google docs link with others without requesting access using PHP?

Is it possible to share a google docs link to others so that they can see and edit my google docs without requesting access. I already gone through this link https://developers.google.com/drive/api/v3/reference/files for “webView link”. But I am not getting it how to use it in my code using PHP so that I can share my google docs without requesting access.

Advertisement