RobinBobin / react-native-google-drive-api-wrapper

This wrapper facilitates the use of the Google Drive API in React Native projects.
110 stars 43 forks source link

Regarding Download a file stored on Google Drive #62

Closed RutvikUnjiya closed 2 years ago

RutvikUnjiya commented 2 years ago

Which Method Should i use for Download the uploaded file on drive(get or getContent)? And what should i pass as queryParameters for Download the files?i'm confused so please help me.

RobinBobin commented 2 years ago

Hello,

You can get file contents, but not download files with my package, since it's just a wrapper around Google Drive API.

queryParameters for all the get methods are defined here: https://developers.google.com/drive/api/v3/reference/files/get

I tried to make the docs as clear as possible. What is unclear for you in get / getContent, etc. methods description? Please tell me and I'll do my best to make it better.