mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
parent
86f353d2fe
commit
5edcb2e885
2 changed files with 6 additions and 1 deletions
5
.changeset/itchy-pianos-leave.md
Normal file
5
.changeset/itchy-pianos-leave.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/onedrive": patch
|
||||
---
|
||||
|
||||
Fix: Enable `supportsRefreshToken` for OneDrive
|
||||
|
|
@ -89,7 +89,7 @@ export default class OneDrive<M extends Meta, B extends Body>
|
|||
companionCookiesRule: this.opts.companionCookiesRule,
|
||||
provider: 'onedrive',
|
||||
pluginId: this.id,
|
||||
supportsRefreshToken: false,
|
||||
supportsRefreshToken: true,
|
||||
})
|
||||
|
||||
this.defaultLocale = locale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue