diff --git a/google-drive.html b/google-drive.html
index c4e8293..a99ae2f 100644
--- a/google-drive.html
+++ b/google-drive.html
@@ -21,6 +21,7 @@
@@ -99,7 +100,15 @@
autoUpload: {
type: Boolean,
value: false
- }
+ },
+
+ /**
+ * a Google Developers clientId reference
+ */
+ clientId: {
+ type: String,
+ value: ''
+ },
},
ready: function () {
@@ -179,4 +188,4 @@
this.fire('google-drive-upload-cleared', { status: 'Upload lists cleared' });
}
});
-
+
\ No newline at end of file