0

I'm working on an App Engine project that requires revisions of uploaded files be stored and retrieved with revisions. Google Cloud Storage has this feature built in, but as far as I could find they only document this feature with the use of gsutil. Is there a way I could do this with the App Engine API or with the Google Client API for PHP?

Thank you for any help you can provide.

Osmium USA
  • 1,751
  • 19
  • 37
  • I don't know about the PHP client library, but the [JSON API](https://cloud.google.com/storage/docs/json_api/v1/objects/get) supports a `generation` parameter. – tx802 Feb 10 '16 at 07:40
  • I might just have to use that. Oh well. – Osmium USA Feb 10 '16 at 10:39

0 Answers0