gpt4 book ai didi

javascript - 在此处的 map 中,在测试地点 API 的 api 代码和应用程​​序代码时,尽管我最近生成了新的 API 代码,但仍收到 401

转载 作者:行者123 更新时间:2023-12-01 01:26:13 26 4
gpt4 key购买 nike

在此处的 map 中,在 jsfiddle 中测试我的 api_id 和 app_code 中的地方 API 时,尽管我最近生成了新的 API 代码,但我收到了 401 未经授权的消息。

$.ajax({
url: 'https://places.demo.api.here.com/places/v1/categories/places',
type: 'GET',
data: {
at: '41.8369,-87.684',
app_id: '{demoappid}',
app_code: '{demoappcode}'
},
beforeSend: function(xhr){
xhr.setRequestHeader('Accept', 'application/json');
},
success: function (data) {
console.log(JSON.stringify(data));
},
error: function(a, b, c){
console.log(a);
console.log(b);
console.log(c);
}
});

最佳答案

请删除 api I 和 api 代码中的 { } 并尝试

关于javascript - 在此处的 map 中,在测试地点 API 的 api 代码和应用程​​序代码时,尽管我最近生成了新的 API 代码,但仍收到 401,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53753796/

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