Is is possible to get a permanent URL to a file uploaded to Google drive?

后端 未结 9 1021
终归单人心
终归单人心 2021-02-05 03:09

I can\'t find the answer to this in the API docs or elsewhere. I see in the docs says you can get a downloadURL of a file, but it refers to it as a \'short lived URL\'. What d

9条回答
  •  盖世英雄少女心
    2021-02-05 03:58

    I don't know how often this changes but I was looking for a dynamic solution where I wouldn't need to manually upload to another site and the provided solutions weren't working.

    Here's the url that worked for me:

    https://lh3.google.com/u/0/d/

    Where file_id is the getId() using the google apps script drive API. Secondly the file must be shared publicly like posted previously

    Secondly I imagine the lh3 are different cdn's though I cannot confirm since lh1/2 don't work and everything higher than 3 redirects to lh3

提交回复
热议问题