The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I'm trying to do a simple Get request to an API endpoint and can't implement the bearer token anywhere! I'm trying to use the copy data method in a pipeline.
Here is the logic in Postman, why can't this be accomplished in Fabric?
this
Solved! Go to Solution.
I figured it out
I found something that may be relevant to your question:
This link has a link where the sharer provides a way to pass the holder token using GET in order to copy the data operation.
Solved: Passing a bearer token to copy data action using G... - Microsoft Fabric Community
And the official documentation provides some content on web activity.
Web activity - Microsoft Fabric | Microsoft Learn
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
here i've added the authorization and the bearer and still get a 401 unauthorized