最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

app store connect api - Apple AppStoreConnect API get screenshots - Stack Overflow

programmeradmin5浏览0评论

Hi am new to App Store Connect api calls. First tried all apps url and it works. But I want to get screenshots for an app. and it gives an error.

JWT Payload: {
    aud = "appstoreconnect-v1";
    exp = "761634503.157082";
    iat = "761633363.157082";
    iss = "69a6de6e-6715-47e3-e053-5b8c7c11a4d1";
    scope =     (
        "GET /v1/apps/{appId}/appScreenshotSets",
        "GET /v1/apps"
    );
}

let url = URL(string: "/\(appId)/appScreenshotSets")!
//let url = URL(string: ";)! //WORKS


HTTP Status Code: 400
["errors": <__NSSingleObjectArrayI 0x600000010320>(
{
    code = "ENTITY_INVALID";
    detail = "Invalid scope GET /v1/apps/{appId}/appScreenshotSets";
    id = T6VMMMF3V4NGO7Z3AO4AHOU2QI;
    links = "<null>";
    status = 400;
    title = "JSON processing failed";
}
)
]
发布评论

评论列表(0)

  1. 暂无评论