如何从Google云端硬盘中获取文件名和文件大小,并在“下载”按钮中显示?

时间:2017-06-23 17:46:38

标签: javascript html google-drive-api

< p>如您所见,下载按钮中有文件大小和文件名的位置,我想获取Google驱动器文件名和文件大小,并在此下载按钮中显示值。这可能吗?< / p> < p>< div class =" snippet"数据琅=" JS"数据隐藏="假"数据的控制台="真"数据巴贝尔="假">
 < div class =" snippet-code">
 < pre class =" snippet-code-css lang-css prettyprint-override">< code> .download-button {
    背景色:#00FF55;
    高度:90像素;
    宽度:300像素;
    border-radius:6px;
    位置:相对;
    显示:块;
    font-family:" Open Sans",Arial,sans-serif;
    }
 
 .button-wrapper {
    填充顶:19px;
    显示:块;
 }
 
 .button-title {
    字体重量:粗体;
    显示:块;
    文本对齐:中心;
    颜色:#343434;
    字体大小:26px;
    高度:自动;
    }
 
 #info-wrapper {
 显示:块;
 文本对齐:中心;
 保证金左:10px的;
 字体大小:14px的;
 颜色:#777;
 }
 
 
 .file-size {
    显示:内联块;
    文本对齐:左;
    
    }
 
 .file-name {
    显示:内联块;
    文本对齐:右;
    }
 
 .file-name:在{
之前    内容:" - &#34 ;;
    余量右:3PX;
    }< /代码>< /预>
 < pre class =" snippet-code-html lang-html prettyprint-override">< code>< div class =" download-button">
    < div class =" button-wrapper">
     < span class =" button-title">下载< / span>
 
     < div id =" info-wrapper">
 
      < span class =" file-size">
      &lt ;! - 获取谷歌驱动器文件大小的代码 - >
      4.3 Mb
      < /跨度>
     < span class =" file-name">
     &lt ;! - 获取谷歌驱动器文件名的代码 - >
     filename.zip
     < /跨度>
 
     < / DIV>
   < / DIV>
 < / DIV>< /代码>< /预>
 < / DIV>
 < / DIV>
 < / p为H.

0 个答案:

没有答案