Forum Discussion
SAS Token in fabric-Not Working
I went through the following documentation. It says OneLake SAS can grant access to files and folders within data items like lakehouses, but it doesn't mention that it requires a combination of a SAS token and a bearer token.
Create a OneLake shared access signature (SAS) (Preview) - Microsoft Fabric | Microsoft Learn
Typically, a SAS token should be sufficient for accessing the resources, as it includes the necessary permissions and signature for authentication. But to troubleshoot this further, you might try including a SAS token and a bearer token in your request and testing whether this would make the call work. You might test this first and let us know the result. Thank you in advance.
Best Regards,
Jing
Community Support Team
Thanks Anonymous .
Are you aware what endpoints should I use ? For Fabric API's the endpoint used for bearer token is https://api.fabric.microsoft.com/.default
For DFS I tried using https://onelake.dfs.fabric.microsoft.com/.default but this isnt working.