douyuan1049 2014-11-25 10:20
浏览 35
已采纳

从PHP应用程序使用Google云端存储(不在App Engine上托管)

I'm using Google Cloud Storage for media. My website is stored elsewhere. I want to serve medias for client users (through web browser), but I don't want to use public images (I want "keys"). I think it's possible on app engine (building URL), but my question is:

Is it possible to build URL to Google Cloud Storage stored medias from another server with PHP ? Or is there an API for calling Google Cloud Storage if my site is not on App Engine ?

Hope it's clear enough. Sorry, I did not found answer (I'm a new user).

  • 写回答

1条回答 默认 最新

  • dongshi4773 2014-11-25 16:38
    关注

    Yes, the google-api-php-client library can be used outside of AppEngine. There is a PHP Example Tutorial to help you get started.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?