GET/POST PDF etc from Google Cloud Storage Bucket
I am working with InDesign Server to create pdfs from idml templates.
In my current tests I am reading and storing idml templates, images and pdfs from within the InDesign Server. However, I would like to store these resources in Google Cloud Storage.
I have sucessfully read files from Google Cloud Storage using the socket class as long as the file is public. I have not been able to read private files or found a working solution to POST pdf's to Google Cloud Storage. Does anyone have expereince with this?
The script I'm writing is in Adobe ExtendScript and I don't think it is advanced enough to work with the node.js Client Libary provided for Goggle Cloud Storage in Google Docs. So maybe working with C++, C#, PHP on the InDesign Server may be be route I need to take OR I can POST to another server and then have a script on that server upload the pdf to Goggle Cloud Storage.
Any suggestions or working samples would be appricated.
