You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update the service version in ShareClientOptions: The current service version in the example does not support the Bearer authentication scheme for files. Additionally, it does not support trailing dot headers. To address these limitations, update the Service Version to the latest available version.
- Correct the option name for trailing dots: The erroneous option 'SourceAllowTrailingDot' in the example should be replaced with the correct option name 'AllowSourceTrailingDot'. This change ensures proper handling of trailing dots in file names.
- Change the File Share variable name: The current file share name 'testShare' is not in compliance with the naming conventions, which only allow lowercase letters. Change the share name to 'test-share' to adhere to these conventions.
0 commit comments