davlee1972 opened a new issue, #50073: URL: https://github.com/apache/arrow/issues/50073
### Describe the bug, including details regarding any error messages, version, and platform. Can't we substitute all GetProperties calls with the equivalent of pyarrow's get_file_info? An Azure Storage 403 Forbidden error during a GetProperties (or GetContainerPropertiesAsFileInfo) call using a User Delegation SAS token occurs because User Delegation SAS tokens lack account-level service permissions by design. They cannot evaluate account or container-level metadata properties if the token scope is restricted to specific blobs. <img width="1351" height="372" alt="Image" src="https://github.com/user-attachments/assets/58248dac-be1f-45d1-ae8a-a87bb40b999e" /> https://github.com/apache/arrow/issues/46085 ### Component(s) C++, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
