久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<legend id='1XXuM'><style id='1XXuM'><dir id='1XXuM'><q id='1XXuM'></q></dir></style></legend>

    1. <tfoot id='1XXuM'></tfoot>

        <i id='1XXuM'><tr id='1XXuM'><dt id='1XXuM'><q id='1XXuM'><span id='1XXuM'><b id='1XXuM'><form id='1XXuM'><ins id='1XXuM'></ins><ul id='1XXuM'></ul><sub id='1XXuM'></sub></form><legend id='1XXuM'></legend><bdo id='1XXuM'><pre id='1XXuM'><center id='1XXuM'></center></pre></bdo></b><th id='1XXuM'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='1XXuM'><tfoot id='1XXuM'></tfoot><dl id='1XXuM'><fieldset id='1XXuM'></fieldset></dl></div>
        • <bdo id='1XXuM'></bdo><ul id='1XXuM'></ul>

      1. <small id='1XXuM'></small><noframes id='1XXuM'>

        無法將大文件上傳到 Google 文檔

        Unable to upload large files to Google Docs(無法將大文件上傳到 Google 文檔)
          <bdo id='dpyAL'></bdo><ul id='dpyAL'></ul>
          <tfoot id='dpyAL'></tfoot>

          1. <small id='dpyAL'></small><noframes id='dpyAL'>

              <tbody id='dpyAL'></tbody>
              <legend id='dpyAL'><style id='dpyAL'><dir id='dpyAL'><q id='dpyAL'></q></dir></style></legend>

                1. <i id='dpyAL'><tr id='dpyAL'><dt id='dpyAL'><q id='dpyAL'><span id='dpyAL'><b id='dpyAL'><form id='dpyAL'><ins id='dpyAL'></ins><ul id='dpyAL'></ul><sub id='dpyAL'></sub></form><legend id='dpyAL'></legend><bdo id='dpyAL'><pre id='dpyAL'><center id='dpyAL'></center></pre></bdo></b><th id='dpyAL'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='dpyAL'><tfoot id='dpyAL'></tfoot><dl id='dpyAL'><fieldset id='dpyAL'></fieldset></dl></div>
                2. 本文介紹了無法將大文件上傳到 Google 文檔的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  限時(shí)送ChatGPT賬號(hào)..

                  我在 Google Docs 上上傳文件為:

                  I am uploading documents on Google Docs as:

                  DocumentsService myService = new DocumentsService("");
                  myService.setUserCredentials("username@domain.com", password );
                  DocumentEntry newEntry = myService.UploadDocument(@"C:Sample.txt", "Sample.txt");
                  

                  但是當(dāng)我嘗試上傳 3 MB 的文件時(shí),我得到一個(gè)異常:

                  But when I try to upload a file of 3 MB I get an exception:

                  未處理的類型異常'Google.GData.Client.GDataRequestException'發(fā)生在 Google.GData.Client.dll附加信息:執(zhí)行請(qǐng)求失敗:http://docs.google.com/feeds/documents/private/full

                  An unhandled exception of type 'Google.GData.Client.GDataRequestException' occurred in Google.GData.Client.dll Additional information: Execution of request failed: http://docs.google.com/feeds/documents/private/full

                  如何將大文件上傳到 Google 文檔?我正在使用 Google API 版本 2.

                  How can I upload large files to Google Docs? I am using Google API ver 2.

                  推薦答案

                  在您的代碼中,您正嘗試上傳 .txt 文件.

                  In your code you are attempting to upload a .txt file.

                  這將被轉(zhuǎn)換為 Google Docs文檔"文件.

                  This will be converted to a Google Docs "Document" file.

                  可以轉(zhuǎn)換的文件限制為 100 萬個(gè)字符(大小為 2Mb).

                  Files that can be converted are limited to 1 Million characters of (2Mb in size).

                  如果您將擴(kuò)展名類型更改為 Google 文檔無法識(shí)別的內(nèi)容(例如 .log),它將允許您上傳最大 10Gb 的文件!雖然免費(fèi)帳戶只有 1Gb 的文件存儲(chǔ)空間.

                  If you change the extension type to something that is not recognised by Google Docs (for example .log), it will allow you to upload a file of up to 10Gb! Although the free account only has 1Gb of storage for files.

                  這將允許您通過應(yīng)用程序存儲(chǔ)和檢索文件,但用戶將無法使用 Google 文檔界面直接修改它們,盡管他們?nèi)匀豢梢韵螺d文件.

                  This will allow you to store and retrieve files via your application, but the user will not be able to directly modify them with the Google docs interface, although they can still download it.

                  這篇關(guān)于無法將大文件上傳到 Google 文檔的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  What are good algorithms for vehicle license plate detection?(車牌檢測(cè)有哪些好的算法?)
                  onClick event for Image in Unity(Unity中圖像的onClick事件)
                  Running Total C#(運(yùn)行總 C#)
                  Deleting a directory when clicked on a hyperlink with JAvascript.ASP.NET C#(單擊帶有 JAvascript.ASP.NET C# 的超鏈接時(shí)刪除目錄)
                  asp.net listview highlight row on click(asp.net listview 在單擊時(shí)突出顯示行)
                  Calling A Button OnClick from a function(從函數(shù)調(diào)用按鈕 OnClick)
                  <tfoot id='TAhpI'></tfoot>
                    <tbody id='TAhpI'></tbody>

                  <small id='TAhpI'></small><noframes id='TAhpI'>

                  1. <i id='TAhpI'><tr id='TAhpI'><dt id='TAhpI'><q id='TAhpI'><span id='TAhpI'><b id='TAhpI'><form id='TAhpI'><ins id='TAhpI'></ins><ul id='TAhpI'></ul><sub id='TAhpI'></sub></form><legend id='TAhpI'></legend><bdo id='TAhpI'><pre id='TAhpI'><center id='TAhpI'></center></pre></bdo></b><th id='TAhpI'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='TAhpI'><tfoot id='TAhpI'></tfoot><dl id='TAhpI'><fieldset id='TAhpI'></fieldset></dl></div>
                      <legend id='TAhpI'><style id='TAhpI'><dir id='TAhpI'><q id='TAhpI'></q></dir></style></legend>

                          • <bdo id='TAhpI'></bdo><ul id='TAhpI'></ul>
                            主站蜘蛛池模板: 一级做a爰片久久毛片免费看 | 天天久久 | 久久国产精品72免费观看 | 亚洲+变态+欧美+另类+精品 | 国产中文在线观看 | 久久久青草婷婷精品综合日韩 | 午夜视频在线 | 99精品视频在线观看 | 精品免费国产一区二区三区四区介绍 | 中文字幕亚洲欧美日韩在线不卡 | 久久久久国产精品人 | 91国产在线视频在线 | 在线看日韩av | 国产美女视频一区 | 老司机67194精品线观看 | 91爱啪啪 | 亚洲字幕在线观看 | 日本成人二区 | 成人在线免费观看视频 | 欧美电影免费观看高清 | 国产日产欧产精品精品推荐蛮挑 | av乱码| 超碰在线播 | 欧美在线a | 99视频久| 极品久久 | 亚洲v日韩v综合v精品v | 欧美日韩a | 国产精品一区在线观看 | 国产二区三区 | 欧美日韩在线一区二区 | 久久大陆| 久久国内精品 | 精品国产乱码久久久久久影片 | 日韩三区| 欧美精品成人 | 国产精品久久国产精品 | 国产精品久久久亚洲 | av一区二区在线观看 | 激情五月激情综合网 | 蜜桃视频在线观看免费视频网站www |