沙盒批量服务上传网址为404 [英] Sandbox bulk service upload urls are 404ing

查看:64
本文介绍了沙盒批量服务上传网址为404的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我们注意到过去两天的某个时间(看起来好像是2月13日的某个时候,但很难说)砂箱批量上传请求开始失败了。 (澄清一下,这不会影响我们的生产帐户,只影响沙箱。)我们使用的是一个Ruby
库(我们实现了批量服务),但是这个库至少工作了几个几年没有任何问题。


具体来说,我们能够获得批量上传网址(使用GetBulkUploadUrl服务),我们得到的回报如下:

 I,[2017-02-15T11:02:57.906747#76346]  INFO  - :操作get_bulk_upload_url致电成功
{
:request_id =>" d901bd45 -0ef6-4d8b-85fa-8ea197a486f3",
:upload_url =>" https://api.Sandbox.bingads.microsoft.com/api/advertiser/campaignmanagement/fileupload/file/uploadbulkfile/d901bd45-0ef6 -4d8b-85fa-8ea197a486f3",
:@ xmlns =>" https://guideads.microsoft.com/CampaignManagement/v10"
}

当我们尝试使用相应的凭据将文件发布到该上传URL时,响应为404.截至1月31日,它不是404 ,2017(虽然我无法确定我们的网址是否被更改或端点可用性发生了变化)。


这是我们用于GetBulkUploadUrl调用的端点


https://bulk.api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/V10/BulkService.svc?singleWsdl


这些是我们为验证目的提供的所有选项:


" UserName" => client_proxy.username,
"密码" => client_proxy.password,
" DeveloperToken" => client_proxy.developer_token,
" CustomerId" => client_proxy.customer_id,
" AccountId" => account_id,

此沙箱端点是否已关闭?沙箱GetBulkUploadUrl的响应是否不正确?


谢谢,


- Alex


解决方案

您好Alex。


除了每日沙盒升级之外,我不知道任何持续存在的问题。沙箱每天至少更新一次,但破坏时间不应超过30-60分钟。如果你再次观察这个,我建议你等一下再试一次。
如果问题持续超过一个小时,请告诉我们。


致以诚挚的问候,


Eric


Hi there,

We noticed that sometime in the past couple of days (it looks like sometime on Feb 13, but it's hard to tell) that sandbox bulk upload requests started failing. (to clarify, this isn't affecting our production accounts, only sandbox.) We're using a Ruby library (that we implemented the bulk service in), but this library has been working for at least a couple of years now without any problems.

Specifically, we are able to get a bulk upload url (using the GetBulkUploadUrl service) and we get something back like this:

I, [2017-02-15T11:02:57.906747 #76346]  INFO -- : Operation get_bulk_upload_url call success
{
  :request_id=>"d901bd45-0ef6-4d8b-85fa-8ea197a486f3",
  :upload_url=>"https://api.Sandbox.bingads.microsoft.com/api/advertiser/campaignmanagement/fileupload/file/uploadbulkfile/d901bd45-0ef6-4d8b-85fa-8ea197a486f3",
  :@xmlns=>"https://bingads.microsoft.com/CampaignManagement/v10"
}

When we try posting a file to that upload url, with the appropriate credentials, the response is a 404. It was not a 404 as of January 31, 2017 (though I can't be sure if the url we are being given changed or the endpoint availability changed).

This is the endpoint we're using for the GetBulkUploadUrl call

https://bulk.api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/V10/BulkService.svc?singleWsdl

And these are all the options that we are providing for authentication purposes:

"UserName" => client_proxy.username,
"Password" => client_proxy.password,
"DeveloperToken" => client_proxy.developer_token,
"CustomerId" => client_proxy.customer_id,
"AccountId" => account_id,

Is this sandbox endpoint down? Is the response from the sandbox GetBulkUploadUrl incorrect?

Thanks,

- Alex

解决方案

Hi Alex.

I'm not aware of any ongoing issues, other than daily sandbox upgrades. The sandbox is updated at least once per day, although disruption shouldn't last more than 30-60 minutes at a time. If you are observing this again, I suggest waiting and trying again. If the issue persists for more than an hour please let us know.

Best regards,

Eric


这篇关于沙盒批量服务上传网址为404的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆