admin管理员组

文章数量:1279049

Im trying to connect netsuite employee list to PowerBI, using REST Webservices (because my client doesnt have suiteanalytics subscription). I have tested in postman, the conection works fine. But when i try to connect with PowerBI and add the oauth 1.0 credentials in powerBI Get data > Web > Advanced, the connection doesnt establish.

Here is what i m doing:

URL parts:      https://****-sb1.suitetalk.apisuite/services/rest/record/v1/employee


Authorization:   OAuth realm="****_SB1",oauth_consumer_key="****",oauth_token="****",oauth_signature_method="HMAC-SHA256",oauth_timestamp="1740474598",oauth_nonce="**",oauth_version="1.0",oauth_signature="**"
Content-Type:    application/json

and this is the error i m getting in PowerBI:

Can anyone guide me what is wrong that i m doing? i m relatively new in integrations and its mt first integration project.

本文标签: web servicesNetSuite PowerBI integration using REST Webservices errorStack Overflow