|
問題の箇所の修正と、その他似たような処理が無いかのチェックもしてまたアップ
ロードさせていただきました。
https://hide.maruo.co.jp/software/bin/hmexs451_signed.exe
すみませんがこれで1回動作確認お願いしたいです。
Graph APIから返ってくるJSON型式データの解析は全部Newtsonsoft.Jsonライブラ
リを使うようにした上で、例外もちゃんとキャッチして落ちないように修正してみま
した。
もしかしてこれでもダメでしたら、エラーログの中に出てきてる
2021/01/08 23:18:42 GetContentV450 Result={"@odata.context": 〜 省略 〜
の所を全部か、せめて形式的に同じ物を教えていただければ再現できるかと思いま
す。
たとえば
"id":"xxxxx"
みたいに中身は伏せ字にしていただくとかで教えて欲しいです。
ちなみに僕の所だとこんな風なデータになります。これだとそもそも最初に連絡い
ただいた例外も発生しないのですが。
2021/01/10 10:23:35 GetContentV450 URL=https://graph.microsoft.com/v1.0/me/d
rive/root
2021/01/10 10:23:36 GetContentV450 Result={"@odata.context":"https://....","
createdDateTime":"2012-03-16T09:24:26.527Z","cTag":"xxxxxx","eTag":"xxxxxx",
"id":"xxxxxx","lastModifiedDateTime":"2021-01-07T09:47:03.933Z","name":"root
","size":1402092,"webUrl":"https://....","createdBy":{"user":{"displayName":
"xxxxx","id":"xxxxx"}},"lastModifiedBy":{"user":{"displayName":"xxxxx","id":
"xxxxx"}},"parentReference":{"driveId":"xxxxx","driveType":"personal"},"file
SystemInfo":{"createdDateTime":"2012-03-16T09:24:26.526Z","lastModifiedDateT
ime":"2012-03-16T09:24:28.287Z"},"folder":{"childCount":9,"view":{"viewType
":"thumbnails","sortBy":"name","sortOrder":"ascending"}},"root":{}}
よろしくお願いします。
|
|