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

How can i copy file to specific folder with file id? Please example. #59

Closed NgaChat closed 2 years ago

RobinBobin commented 2 years ago

Hello NgaChat, Unfortunately I'm currently busy on another project, so I won't be able to answer promptly. You might have already noticed the method copy (just look for it in the readme). Honestly, I don't remember how to use it, but experimenting might help.

RobinBobin commented 2 years ago

Please combine what's written in the readme with https://developers.google.com/drive/api/v3/reference/files/copy. I'm sure it'll work.

RobinBobin commented 2 years ago

Did you manage to get it working?

NgaChat commented 2 years ago

Did you manage to get it working?

I am working with https://developers.google.com/drive/api/v3/reference/files/copy.

RobinBobin commented 2 years ago

oh, that's great you found a way out. Could you close the issue please, if you got it solved?