久久久久久久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'>

        無(wú)法將大文件上傳到 Google 文檔

        Unable to upload large files to Google Docs(無(wú)法將大文件上傳到 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. 本文介紹了無(wú)法將大文件上傳到 Google 文檔的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  限時(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 萬(wàn)個(gè)字符(大小為 2Mb).

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

                  如果您將擴(kuò)展名類型更改為 Google 文檔無(wú)法識(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.

                  這將允許您通過(guò)應(yīng)用程序存儲(chǔ)和檢索文件,但用戶將無(wú)法使用 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)于無(wú)法將大文件上傳到 Google 文檔的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(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ⅴ国产馆 | 人人爽人人爽 | 免费观看成人鲁鲁鲁鲁鲁视频 | a毛片视频网站 | 中文字字幕在线中文乱码范文 | 日韩中文电影 | 一级欧美一级日韩片 | 超碰在线观看97 | 欧洲妇女成人淫片aaa视频 | 国产视频一区二区三区四区五区 | 亚洲在线 | 综合久久久久 | 精品中文字幕视频 | 99精品热视频| 国产成人久久 | 精品二三区 | 国产性网 | 国产精品久久av | 亚欧洲精品在线视频免费观看 | 在线观看国产91 | 国产美女视频 | 91在线观看免费 | 黄色片网站国产 | 成人午夜免费视频 | 欧美综合国产精品久久丁香 | 精品国产免费人成在线观看 | 99视频在线免费观看 | 久久综合九九 | 亚洲精品乱码久久久久久按摩观 | 91影院| 国产成人99久久亚洲综合精品 | 国产精品乱码一二三区的特点 | 久久一区精品 | 国产精品免费观看 | a级片在线观看 | 天天干精品 | 亚洲精品68久久久一区 | 精品国产色 | 国产精品1区2区3区 国产在线观看一区 |