The storymap.save(publish=True) function of the ArcGIS API for Python fails to successfully publish a story to Portal for ArcGIS.
ArcGIS API for Python
漏洞 ID 编号
BUG-000159678
已提交
July 6, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
2.1.0
操作系统
Windows Server
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The error returns when a connection to ArcGIS Enterprise cannot be established. The way the user log in in ArcGIS Pro must be:
```
arcpy.SignInToPortal("https://supt0020606.esri.com/portal","admin", "CSSL2020")
gis= GIS("pro")
```
or:
```
gis = GIS("https://supt0020606.esri.com/portal","admin", "CSSL2020")
```