1

I would like to share a Google Docs (spread)sheet via Zend GData API (in PHP).

Is there a way to do it via API?

Alternatively, I could create the sheet in a collection, which is already shared. But could not find a way to do it either.

Best, David

Claudio Cherubino
  • 14,896
  • 1
  • 35
  • 42
user1360250
  • 331
  • 1
  • 3
  • 14

1 Answers1

1

You can share a file using the new Google Drive API: https://developers.google.com/drive/manage-sharing

It doesn't use the Zend library but the documentation includes PHP snippets for all methods and a complete sample application in the same programming language:

https://developers.google.com/drive/examples/php

Claudio Cherubino
  • 14,896
  • 1
  • 35
  • 42