How to make the file shareable using google drive api

后端 未结 4 1147
悲哀的现实
悲哀的现实 2021-01-13 05:37

I am trying to get the file using google drive api, by default the file is not shareable i want to make it shareable.

Here is my code:-

    

        
4条回答
  •  执笔经年
    2021-01-13 05:51

    The Quickest way to obtain the preview of the file would be to append /preview at the end of Alternate link.

    Like so https://drive.google.com/file/d/0B2Tb9btqdPGHeDl2NU5mYXRIaGc/preview

    You can then share that link to others.

    Found this here when i was testing out api requests on the drive api.

提交回复
热议问题