-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the files from Google Drive? #5
Comments
Just in case somebody still need it: After initializing Gdrive (see google-drive-api-wrapper docs) you need to get the folderId, just in case you placed your file in any folder
then, use Gdrive's getId to find your file id
Make sure the folder where you want to place your file exists with RNFS
Finally, you can download your data:
|
stvkoch
pushed a commit
to stvkoch/react-native-cloud-fs
that referenced
this issue
Apr 27, 2023
* Update build.gradle * Delete CopyToGoogleDriveTask.java * Create DriveServiceHelper.java * Delete GoogleDriveApiClient.java * Update RNCloudFsModule.java * bump to v2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get the file or selected file path from google drive. state any example for that?
my code:
The text was updated successfully, but these errors were encountered: