Windows error 0x8019019D, -2145844835

Detailed Error Information

HTTP_E_STATUS_REQUEST_TOO_LARGE[1]

MessageRequest entity too large (413).
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode25 (0x019)
NameFACILITY_HTTP[2][1]
DescriptionThe source of the error code is HTTP support.[2][1]
Error Code413 (0x019d)

Questions

1vote
0answers

Does the drive api have a limit on number of downloads at a time

If i try to download multiple files from Google drive using the Rest API, after a while i start getting error, The first one will be BadRequest Bad request (400). (Exception from HRESULT: 0x80190190) and will get RequestEntityTooLarge Request entity too large (413). (Exception from HRESULT: 0x8019019D) for all subsequent [...] read more
google-drive-api
1vote
1answer

Request entity too large (413). (Exception from HRESULT: 0x8019019D) in background file downloading

I am creating an app, in which I need to download some files from Google Drive, count of files ranges from 1 to 1000+ according to users. I thought to use background download API from WinRT & Google Drive REST API. I implemented like given below. Now the problem is [...] read more
c#
windows-8
windows-runtime
microsoft-metro
winrt-async

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0