Closed mattkenefick closed 2 years ago
latest
Drive documentation seems to reference a config variable called serveAssets and serveFiles interchangeably. In my code, it's defaulted to serveFiles so it seems like the serveAssets may be incorrect.
serveAssets
serveFiles
No response
Yup, its serveFiles. Can you please create a PR for the fix?
Package version
latest
Describe the bug
Drive documentation seems to reference a config variable called
serveAssets
andserveFiles
interchangeably. In my code, it's defaulted toserveFiles
so it seems like theserveAssets
may be incorrect.Reproduction repo
No response