douhao1956 2015-03-30 21:15
浏览 52

Google云端存储文档缩略图?

We are needing to grab a thumbnail image of our documents on Google Could Storage for use in our Drupal module. Previously https://docs.google.com/viewer?url=DOC_STORAGE_URL&a=bi&pagenumber=1 worked for us, but the google viewer seems to no longer support the a=bi parameter.

Does anyone have any information about the viewer no longer generating a thumbnail, or know if there is a way to grab a thumbnail image of the document stored on Google Could Storage using its API like you can with the Drive API? We are currently using the google-api-php-client. https://developers.google.com/drive/v2/reference/files

  • 写回答

2条回答 默认 最新

  • dqpwdai095465 2015-03-31 00:42
    关注

    Google Cloud Storage does not generate thumbnails for any objects. You would need to generate these thumbnails, upload them to Google Cloud Storage, and then reference them yourself.

    评论

报告相同问题?