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