Pankti Shah
Pankti Shah
Thanks for your response, will try to find some work around.
Hi, have you got parse error while uploading file?
Hi @RobinBobin , how can we use new method [`ResumableUploader`](https://www.npmjs.com/package/@robinbobin/react-native-google-drive-api-wrapper#c_resumable_uploader)?
I am not able to understand how to use it to upload large files. On Sat, 3 Sep, 2022, 15:32 RobinBobin, ***@***.***> wrote: > Hi, > It's a class, not...
Great!, thanks, I will check and get back.
Hi, I tried with below code but getting error, I am getting the error for last chunk. File to upload: `https://research.nhm.org/pdfs/10840/10840-001.pdf` Code ``` const maxSize = 5 * 1024 *...
Okay, let me try, I just figured out to create the uploader outside the loop, and tried it. It created the file, but content is in base-64.
Yes, any idea how can I send actual data or something, as I want to upload pdf file. Also, when I placed `setContentLength()` outsie the loop I am getting following...
Hi, getting same error even after setting `setContentLength()` before/after the content upload.
okay, let me try