简体   繁体   English

RingCentral ERROR 503:无法满足请求

[英]RingCentral ERROR 503: The request could not be satisfied

We are trying to download attachments from RingCentral (Glip), however, we have noticed that the download URL has been changed during the last couple of days.我们正在尝试从 RingCentral (Glip) 下载附件,但是,我们注意到最近几天下载 URL 已更改。 We have tried using the Bearer Token with the new download URL to download the files, however, we have received an error with response code 503.我们已尝试使用带有新下载 URL 的承载令牌来下载文件,但是,我们收到了响应代码 503 的错误。

ERROR错误

503 ERROR 503 错误

The request could not be satisfied.无法满足请求。

The Lambda function associated with the CloudFront distribution is invalid or doesn't have the required permissions.与 CloudFront 分配关联的 Lambda 函数无效或没有所需的权限。 We can't connect to the server for this app or website at this time.我们目前无法连接到此应用程序或网站的服务器。 There might be too much traffic or a configuration error.可能有太多流量或配置错误。 Try again later, or contact the app or website owner.稍后重试,或联系应用或网站所有者。

If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.如果您通过 CloudFront 向客户提供内容,您可以通过查看 CloudFront 文档找到故障排除和帮助防止此错误的步骤。

Generated by CloudFront (CloudFront)由 CloudFront (CloudFront) 生成

Request URL请求网址

dl.mvp.devtest.ringcentral.com/file/105660426 dl.mvp.devtest.ringcentral.com/file/105660426

The only change necessary for the recent auth change is to add the Bearer Token to the URL.最近身份验证更改所需的唯一更改是将不记名令牌添加到 URL。 This can be seen in the update notice:这可以在更新通知中看到:

What do I need to do?我需要做什么?

To eliminate or minimize the impact of this change, developers will need to modify their application to attach authentication credentials to all file download requests.为了消除或最小化此更改的影响,开发人员需要修改他们的应用程序以将身份验证凭据附加到所有文件下载请求。 See downloading protected content in the Media content section of the RingCentral Developer Guide.请参阅 RingCentral 开发人员指南的媒体内容部分中的下载受保护内容

https://medium.com/ringcentral-developers/important-changes-to-how-team-messaging-files-are-downloaded-bb13c97b3c89 https://medium.com/ringcentral-developers/important-changes-to-how-team-messaging-files-are-downloaded-bb13c97b3c89

A 503 HTTP Status Code is a temporary sever-side error so there's generally nothing to be done on your end but the problem should go away on its own. 503 HTTP 状态代码是一个临时的服务器端错误,因此您通常无需采取任何措施,但问题应该会自行消失。 If you cannot wait or it's taking a long time to resolve itself, please create a support case so the team can communicate the status to you.如果您迫不及待或需要很长时间来解决问题,请创建一个支持案例,以便团队可以将状态传达给您。

Here's some information on 503 errors from MDN :以下是MDN 中有关 503 错误一些信息

503 Service Unavailable 503服务不可用

The HyperText Transfer Protocol (HTTP) 503 Service Unavailable server error response code indicates that the server is not ready to handle the request.超文本传输​​协议 (HTTP) 503 服务不可用服务器错误响应代码表示服务器尚未准备好处理请求。

Common causes are a server that is down for maintenance or that is overloaded.常见原因是服务器停机维护或过载。 This response should be used for temporary conditions and the Retry-After HTTP header should, if possible, contain the estimated time for the recovery of the service.此响应应用于临时条件,并且 Retry-After HTTP 标头应尽可能包含服务恢复的估计时间。

Caching-related headers that are sent along with this response should be taken care of, as a 503 status is often a temporary condition and responses shouldn't usually be cached.应注意与此响应一起发送的缓存相关标头,因为 503 状态通常是临时条件,通常不应缓存响应。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误消息:由于身份验证失败,无法满足对安全令牌的请求 - Error message: The request for security token could not be satisfied because authentication failed WCF - “无法满足安全令牌请求,因为身份验证失败” - WCF - “The request for security token could not be satisfied because authentication failed” WCF:无法满足安全令牌请求,因为身份验证失败 - WCF: The request for security token could not be satisfied because authentication failed 由于关闭TLS 1.0时身份验证失败,因此无法满足对安全令牌的请求 - The request for security token could not be satisfied because authentication failed when turning off TLS 1.0 具有Kerberos身份验证的WCF:由于身份验证失败,无法满足对安全令牌的请求 - WCF with Kerberos Authentication: The request for security token could not be satisfied because authentication failed 在C#中发送Http请求错误(Http 503) - sending Http request error (Http 503) in C# 在RingCentral的生产应用中发送消息时出错 - Error sending message in production app in RingCentral 页面内容出现503错误 - 503 error with page content 在Visual Studio中向Solr发出一个宁静的请求,给出提示(服务不可用错误:503) - Making a Restful Request to Solr in Visual Studio giving (Service unavailable error: 503) 通过 RingCentral REST API 发送短信时出错 - Error while sending SMS via RingCentral REST API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM