react-native-google-drive-api-wrapper icon indicating copy to clipboard operation
react-native-google-drive-api-wrapper copied to clipboard

This wrapper facilitates the use of the Google Drive API in React Native projects.

Results 11 react-native-google-drive-api-wrapper issues
Sort by recently updated
recently updated
newest added

Hi, How can I upload large files to google drive using this package? And, any way to show upload/download progress? Thanks

Hey @RobinBobin! I want some help from this team. I want to **create a new folder** in the root directory in my GDrive and **save new files in that folder**....

Premise: I am uploading a 250+MB video file with my own written resumable download function, the uploading is happening successfully as I can watch the video in the drive. Problem:...

Any time I run an upload API whether it is a resumable uploader or multipart uploader **[TypeError: Network request failed]** ** **a.)** After uploading 2 - 3 (sometimes 1-2) photos...

**Premise**: I was trying to upload a video of 45 MB through resumableUploader with one chunk equals to around 4MB. **Problem**: After 2 successful uploaded chunks the API was keep...

I'm using the *@robinbobin/react-native-google-drive-api-wrapper* for GDrive file access. I can sign in with the *@react-native-google-signin/google-signin* to get the access token. But when I try to access the google drive (tried...

Hi, I hope you are doing great. I have been trying to create/read my files in a specific folder, and for that I am using createIfNotExists(...) function. As par your...

This package causes several TSC errors. node_modules/@robinbobin/react-native-google-drive-api-wrapper/ListQueryBuilder.ts(1,29): error TS7016: Could not find a declaration file for module 'simple-common-utils'. '/home/runner/work/cloudqr-app/cloudqr-app/node_modules/simple-common-utils/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/simple-common-utils` if...

Greetings. Can this library store application specific data as in: https://developers.google.com/drive/api/guides/appdata ?

This is the output of the console.log ``` LOG bytes 0-262143/* LOG upload chunk 1 {"isComplete": false, "transferredByteCount": 262144} LOG bytes 262144-524287/* LOG upload chunk 2 {"isComplete": false, "transferredByteCount": 524288}...