Hi 👋,
We've recently encountered an issue with the error:
PrefetchFailure (NoTokenProviderForUnauthenticatedPrefetch)

This occurred while using the JavaScript Basic Consumer example with the same configuration provided in both the official documentation.
Steps to Reproduce:
- Use the sample code provided in the JavaScript Basic Consumer example repository.
- Configure it with the appropriate options as described in the documentation.
- Attempt to prefetch files.
Observed Behavior:
The error PrefetchFailure (NoTokenProviderForUnauthenticatedPrefetch) is consistently thrown.
Investigation and Workaround:
While debugging, I discovered that changing the property name access_token to accessToken in the configuration resolves the issue.
Questions:
- Has there been a recent change to the implementation of the OneDrive API or the configuration options for the file picker?
- Should the documentation and examples be updated to reflect this change?