Drivers that cannot stream inherit the base default implementation of
GetObjectStream, which throws this error. Callers should introspect
FileStorageBase.SupportsStreaming before calling GetObjectStream,
or be prepared to catch this error and fall back to FileStorageBase.GetObject.
Error thrown when FileStorageBase.GetObjectStream is called on a provider that does not support ranged/streaming downloads.
Drivers that cannot stream inherit the base default implementation of
GetObjectStream, which throws this error. Callers should introspect FileStorageBase.SupportsStreaming before callingGetObjectStream, or be prepared to catch this error and fall back to FileStorageBase.GetObject.