gpt4 book ai didi

powerbi - 401 未经授权 : Error while retrieving Embed URL (embed power bi for customers-Python)

转载 作者:行者123 更新时间:2023-12-03 08:22:40 24 4
gpt4 key购买 nike

我采取了此tutorial中的每一步并获得了所有必需的information / IDs / Parameters 。还看了这些vids .

但是,在运行 sample python code (flask app) 的最后阶段,然后在浏览器中打开 localhost url,我收到此错误:

Error Details:
401 Unauthorized: Error while retrieving Embed URL
Unauthorized:
RequestId: 0b143776-bc54-492e-80bc-5401ecf32fd3

我不明白为什么

我似乎无法获取 token ,并且 401 在 pbiembedservice.py 中作为 api 响应返回(最后一行):

class PbiEmbedService:

def get_embed_params_for_single_report(self, workspace_id, report_id, additional_dataset_id=None):
'''Get embed params for a report and a workspace

Args:
workspace_id (str): Workspace Id
report_id (str): Report Id
additional_dataset_id (str, optional): Dataset Id different than the one bound to the report. Defaults to None.

Returns:
EmbedConfig: Embed token and Embed URL
'''

report_url = f'https://api.powerbi.com/v1.0/myorg/groups/{workspace_id}/reports/{report_id}'
api_response = requests.get(report_url, headers=self.get_request_header())

其他帖子不是很有帮助,有人可以帮我吗

最佳答案

我知道问题出在哪里了。我需要将 ADD(服务主体)中注册的应用程序添加到安全组,然后将其添加到 Power BI 管理门户 -> 租户设置 -> 开发人员点击 -> 将其添加到安全组。

enter image description here

关于powerbi - 401 未经授权 : Error while retrieving Embed URL (embed power bi for customers-Python),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67396073/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com