上传幻灯片的Slideshare API 500响应(www.slideshare.net/api/2/upload_slideshow)

时间:2017-02-01 11:01:07

标签: php api integration linkedin slideshow

从昨天开始,使用PHP上传幻灯片的slidehare API并不起作用。 我们只收到500条回复(请参见下方)。

我们访问了端点:https://www.slideshare.net/api/2/upload_slideshow

  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <link href="/stylesheets/error.css" type="text/css" rel="stylesheet" media="screen" />

    <script type="text/javascript">
      function disableSearch(event) {
        var t = document.getElementById('searchstring');
        if(t.value === 'Type text here …' || t.value.length === 0) {
          event.preventDefault();
        }
      }
    </script>
    <title>500 error. The page could not be loaded.</title>

  </head>

  <body>
    <div class="smiley"><img src="/images/errorsmiley.png" width="128px" height="128px" alt="error" /></div>
    <div class="errorBox">
      <p class="errorCode">500</p>
      <h1>Sorry! The page could not be loaded.</h1>
      <h2> 
      This is probably a temporary error. Just refresh the page and retry. If problem continues, please check back in 5-10 minutes.
        <br/><br/>You could also check out our <a href="/">homepage</a> or search below.</h2>
        <div class="searchSection">
          <form style="display: inline;" action="/search/slideshow" method="get">
          <input type="text" id="searchstring" name="q" value="Type text here &hellip;" class="errorSearchBox" onclick="this.value = '';">
          <button type="submit" onclick="disableSearch(event)">
            Search<span>&nbsp;</span></button>
          </form>
        </div>
    </div>
  </body>
  </html>

0 个答案:

没有答案