How to creat a URL from google drive that wiil contain the file name?

独自空忆成欢 提交于 2019-12-25 18:47:24

问题


I need to create Hyperlinks to list of files that are on Google drive(8000 files...). in order to produce the list that will be the hyperlinks at GIS, the URL have to contain the file name

I need the URL will be

  • https://drive.google.com/MyDomain/MyDirectorey/filename.pdf

Is it possible ? and if so how to ?


回答1:


Not possible. Has never been a drive feature. At most you could write a webserver that receives such urls (starting with your url not google's) and redirect to the appropiate file.



来源:https://stackoverflow.com/questions/29454342/how-to-creat-a-url-from-google-drive-that-wiil-contain-the-file-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!