Google 选择器 API - Word 版本
Google Picker API - Word Vesion
我想使用 Google Picker API to allow users to upload MS Word documents from their Google Drive to our system. I have everything working fine in on the client (javascript) but the problem is the URL I get from the Google Picker API (var fileurl = data.docs[0].url -> https://drive.google.com/file/d/[google_file_id]/view?usp=drive_web) 不 link 到文件的 "MS Word" 版本 - 它 links 到 Google文档版本。我怎样才能得到 URL link 文件的实际 MS Word 版本?
提前致谢!
https://drive.google.com/uc?export=download&id=[FILE-ID]
我想使用 Google Picker API to allow users to upload MS Word documents from their Google Drive to our system. I have everything working fine in on the client (javascript) but the problem is the URL I get from the Google Picker API (var fileurl = data.docs[0].url -> https://drive.google.com/file/d/[google_file_id]/view?usp=drive_web) 不 link 到文件的 "MS Word" 版本 - 它 links 到 Google文档版本。我怎样才能得到 URL link 文件的实际 MS Word 版本?
提前致谢!
https://drive.google.com/uc?export=download&id=[FILE-ID]