私はLMS(基本的にホワイトボードの写真)にトピックを投稿するモバイルアプリを持っており、 。しかし、今年の秋学期から、私は以下のエラーを受けています。私はLMSの人々に尋ねましたが、彼らはなぜそれが起こっているのか知らないが、私たちは継続的な配信モデルにいると言いました。ここで動作していたD2Lポストコールで「405 - メソッドが許可されていません」というエラーが表示される
{
"type": "http://docs.valence.desire2learn.com/res/apiprop.html#method-not-allowed",
"title": "Method Not Allowed",
"status": 405,
"detail": "The POST method is not allowed on this resource.",
"allowed_methods": [
"GET",
"HEAD"
]
}
が動作するために使用コールとJSONです:
/d2l/api/le/1.25/28866/content/modules/4923001/structure/
{"IsHidden": false, "IsLocked": false, "ShortTitle": "170905_080423", "Type": 1,
"DueDate": null, "Url": "170905_080423.jpg",
"StartDate": null, "TopicType": 1, "EndDate": null, "Title": "170905_080423"}