Closed fatihbasol closed 4 years ago
Hi!
GDrive.setAccessToken
. You don't have to set the Authorization
header manually.fromUrl
is set automatically and any user supplied value will be overwritten" in the GDrive.files.download()
description.
Hi everyone.
I want to download a image from google drive using google-drive-api-wrapper.
I got this issue when i want to download a file from drive
I try it with ExternalDirectoryPath and DocumentDirectoryPath. Both of them i got same error
I got this error at console:
"dependencies": { "firebase": "^7.14.1", "react": "16.8.6", "react-native": "0.60.5", "react-native-firebase": "^5.6.0", "react-native-fs": "^2.13.2", "react-native-google-drive-api-wrapper": "^1.2.0", "react-native-google-signin": "^2.0.0" }, "devDependencies": { "@babel/core": "7.9.0", "@babel/runtime": "7.9.2", "@react-native-community/eslint-config": "0.0.3", "babel-jest": "24.9.0", "eslint": "6.8.0", "jest": "24.9.0", "metro-react-native-babel-preset": "0.54.1", "react-test-renderer": "16.8.6" },