mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 06:45:24 +00:00
refactor: Update Google Drive file upload logging with dynamic token
This commit is contained in:
parent
d1ca6922d9
commit
1dce50df12
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@
|
||||||
name: fileData.name,
|
name: fileData.name,
|
||||||
url: fileData.url,
|
url: fileData.url,
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: 'Bearer [REDACTED]'
|
Authorization: `Bearer ${token}`
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue