我创建了一个应用程序(C#),它显示了从OneDrive获取信息的文件夹列表和文件列表。
[Preparation]
0) I access the website(https://onedrive.live.com/?mkt=ja-jp) and run the following operation.
1) create the foloder under the root folder.
2) put the document file in the folder that just created.
当我尝试访问刚使用该应用程序创建的文件夹时发生错误。
[Infomation]
Lang: C#
Use Class : WebRequest
AccessURL : https://apis.live.net/v5.0/${FOLDER_ID}/files?access_token=${ACCESS_TOKEN}
HTTP Method : GET
我描述了发生错误时的响应结果。
RESPONSE:(404) Not Found.
{
"error": {
"code": "resource_not_found",
"message": "The resource '${FOLDER_ID}' doesn't exist."
}
}
我能够使用截至11月21日6:00(UTC)。 我从11月21日8:00(UTC)开始不再使用。
[问题] 1)我不知道为什么会发生这种事件。你认识某人吗? 2)有解决方法吗?