ドライブファイルURL生成などの修正 (#5671)
* Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい * fix drive
This commit is contained in:
parent
b0bb5d8dfc
commit
78ef0a9929
5 changed files with 8 additions and 58 deletions
|
|
@ -69,8 +69,8 @@ function postProcess(file: DriveFile, isExpired = false) {
|
|||
DriveFiles.update(file.id, {
|
||||
isLink: true,
|
||||
url: file.uri,
|
||||
thumbnailUrl: file.uri,
|
||||
webpublicUrl: file.uri,
|
||||
thumbnailUrl: null,
|
||||
webpublicUrl: null,
|
||||
size: 0,
|
||||
// ローカルプロキシ用
|
||||
accessKey: uuid(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue