我正在使用Google驅動器API,它爲我提供了「導出鏈接」,這些鏈接似乎是爲了下載文檔而重定向的。在Ruby中打開並從Google雲端硬盤讀取文件
結果提供了這一點:
{"text/csv":"https://docs.google.com/spreadsheets/export?id=1w6oq05R8piP4N4A-xxxxxxxx-rI&exportFormat=csv",
"application/pdf":"https://docs.google.com/spreadsheets/export?id=1w6oq05R8piP4N4A-xxxxxxxx-rI&exportFormat=pdf",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"https://docs.google.com/spreadsheets/export?id=1w6oq05R8piP4N4A-xxxxxxxx-rI&exportFormat=xlsx"}
我使用Yomu但是當我嘗試讀取這些文件之一,我得到一個結果,指出「的內容已移至」,所以各種各樣的重定向。
如何打開這些URL中的一個以便Yomu可以閱讀這些URL?或者您是否知道使用Google Drive API實現所需數據的其他方法?