1

API を使用すると、Google ドライブ ファイルで ResourceNotFoundException がランダムに取得されます。それらは何日も機能し、しばらくすると API 経由でのダウンロードを拒否します。UI から引き続きアクセスでき、すべての権限設定に問題はありませんが、API アクセスが壊れています。何か案は?

com.google.gdata.util.ResourceNotFoundException: OK
<!DOCTYPE html><html lang="en" ><head><meta name="description" content="Web word processing, presentations and spreadsheets"><link rel="shortcut icon" href="https://ssl.gstatic.com/docs/documents/images/kix-favicon5.ico"><title>Google Docs -- Page Not Found</title><link href="//fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" type="text/css"><style>/* Copyright 2012 Google Inc. All Rights Reserved. */
.goog-inline-block{position:relative;display:-moz-inline-box;display:inline-block}* html .goog-inline-block{display:inline}*:first-child+html .goog-inline-block{display:inline}#drive-logo{color:#91959c;font-family:"Open Sans",Arial,sans-serif;font-size:27px;font-weight:300;position:absolute;text-shadow:0 1px 1px white;white-space:nowrap}#drive-logo img{padding:0 0.4em 0 0;position:relative;top:2px;vertical-align:middle}#drive-logo a{color:#91959c;text-decoration:none}#drive-logo span.goog-inline-block{margin-top:3px;vertical-align:top}</style><style type="text/css">body {background-color: #fff; font-family: Arial,sans-serif; font-size: 13px; margin: 0; padding: 0;}a, a: link, a: visited {color: #112ABB;}</style><style type="text/css">.errorMessage {font-size: 12pt; font-weight: bold; line-height: 150%;}</style></head><body><div style="margin: auto; max-width: 750px;"><div style="margin: 80px 40px 20px 40px; position:relative; "><div style="position: absolute; top: -80px;"><h1 id="drive-logo"><a href="/"><img src="//www.google.com/images/logos/google_logo_41.png" width="116" height="41" alt="Google logo" ><span class="goog-inline-block">Drive</span></a></h1></div><div align="center"><p class="errorMessage" style="padding-top: 50px">Sorry, the page (or document) you have requested does not exist.</p><p>Make sure that you have the correct URL and that the owner of the document hasn&#39;t deleted it.</p><div style="background: #F0F6FF; border: 1px solid black; margin-top: 35px; padding: 10px 125px; width: 300px;"><p><strong>Want to create your own online docs?</strong></p><p>Google Docs makes it easy to create, store and share online documents, spreadsheets and presentations.</p><p>Learn more at <a href="https://docs.google.com">docs.google.com</a>.</p></div></div></div></div></body></html>

    at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:599)
    at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564)
    at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560)
    at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538)
    at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536)
    at com.google.gdata.client.media.MediaService.getMediaResource(MediaService.java:234)
    at com.google.gdata.client.media.MediaService.getMedia(MediaService.java:286)
    at com.google.gdata.client.media.MediaService.getMedia(MediaService.java:302)
4

1 に答える 1

1

新しい Drive SDK ではなく、古い Gdata ライブラリを使用しているようです。動作しないと言っているわけではありませんが、推奨される API ではなくなったというだけです。ドライブ SDK は、ドキュメントとツールによってより適切にサポートされています。

単純な API 応答ではなく、HTML ページが返されるのは少し奇妙です。どの URL を使用していますか?

于 2012-09-02T15:28:23.687 に答える