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

后端 未结 9 1020
终归单人心
终归单人心 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:39

    It seems if you have file ID you can access it with such url:

    https://drive.google.com/open?id=file-id-here
    

    If file is public, you'll see it immediately but if not, you're be asked to login

提交回复
热议问题