diff options
| author | otofune <otofune@gmail.com> | 2017-11-06 15:18:45 +0900 |
|---|---|---|
| committer | otofune <otofune@gmail.com> | 2017-11-06 15:18:45 +0900 |
| commit | 18b1ef29adc6166c2b1a327b378c3e159a18b80c (patch) | |
| tree | 7d8f0b8d09d687856e22c0d6d84dbd18b50b6e7a /src/api/common | |
| parent | support GridFS (diff) | |
| download | sharkey-18b1ef29adc6166c2b1a327b378c3e159a18b80c.tar.gz sharkey-18b1ef29adc6166c2b1a327b378c3e159a18b80c.tar.bz2 sharkey-18b1ef29adc6166c2b1a327b378c3e159a18b80c.zip | |
migration to GridFS's DriveFile
Diffstat (limited to 'src/api/common')
| -rw-r--r-- | src/api/common/add-file-to-drive.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/common/add-file-to-drive.ts b/src/api/common/add-file-to-drive.ts index f48f0cbcf5..376c470e93 100644 --- a/src/api/common/add-file-to-drive.ts +++ b/src/api/common/add-file-to-drive.ts @@ -154,6 +154,7 @@ export default ( comment: comment, properties: properties }); + console.dir(file) log(`drive file has been created ${file._id}`); |