Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudStorageTools::getImageServingUrl for Node.js #592

Closed
Vani-gurnani opened this issue Jun 8, 2016 · 1 comment
Closed

CloudStorageTools::getImageServingUrl for Node.js #592

Vani-gurnani opened this issue Jun 8, 2016 · 1 comment
Assignees

Comments

@Vani-gurnani
Copy link

Hello,

GCS has an awesome feature ImageServingUrl with passing Google Cloud Storage URL gs://bucket/filename.jpg and size. Currently this API is available in PHP and other SDK's but not in Node.js.

Just for getting this URL we are forced to create PHP instances. It would be great if this API can be available directly in Node.js SDK.

@jmdobry jmdobry added the wontfix label Jun 8, 2016
@jmdobry
Copy link
Contributor

jmdobry commented Jun 8, 2016

Unfortunately, the PHP library you're referencing is not comparable to this library. The getImageServingUrl method you reference is a feature of the App Engine Standard Environment PHP SDK, for which there is no Node.js offering (Node.js is only available in App Engine Flexible Environment).

google-api-nodejs-client is an auto-generated client library and only supports the methods and APIs available in the [Google API Discovery docs](GET https://www.googleapis.com/discovery/v1/apis). The best option for accessing Google Cloud Storage APIs in Node.js is to use the idiomatic gcloud-node library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants