juanchinovas / nativescript-google-drive

A Nativescript plugin to upload, download, delete and create file in Google Drive
Apache License 2.0
5 stars 1 forks source link

Upload Method with VueJS #2

Closed tbenoist1 closed 4 years ago

tbenoist1 commented 4 years ago

Hello,

I tried to implement the upload method on a nativescript-vue project. onUploadFile(fileInfo, name) { fileInfo.name = name; this.driveHelper.uploadFile(fileInfo); }, when I call it I don't have any error message but it doesn't appear in my drive. Have I missed something ?

juanchinovas commented 4 years ago

Hi!,

@tbenoist1 thanks for report this issue, it was fixed in the version 1.0.3.