Vydia / react-native-background-upload

Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
MIT License
723 stars 330 forks source link

Headers are added in file uploaded to Google drive #236

Open vineetaparodkar opened 3 years ago

vineetaparodkar commented 3 years ago

File is uploaded to google drive with headers. How to avoid headers being added to file.

Sample file uploaded to google drive is as below:

---------AndroidUploadService70492292904878 Content-Disposition: form-data; name="file"; filename="backup.json" Content-Type: application/json {file content} ---------AndroidUploadService70492292904878--