We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b6309 commit f0c8b18Copy full SHA for f0c8b18
samples/drive/download.js
@@ -16,9 +16,10 @@
16
const {google} = require('googleapis');
17
const fs = require('fs');
18
const os = require('os');
19
-const uuid = require('uuid');
20
const path = require('path');
21
const {authenticate} = require('@google-cloud/local-auth');
+const crypto = require('crypto');
22
+const uuid = crypto.randomUUID();
23
24
const drive = google.drive('v3');
25
samples/package.json
@@ -23,7 +23,6 @@
"nconf": "^0.13.0",
"open": "^8.0.0",
"server-destroy": "^1.0.1",
26
- "uuid": "^10.0.0"
27
},
28
"devDependencies": {
29
"chai": "^4.2.0",
0 commit comments