* updates
This commit is contained in:
abraunegg 2021-05-31 14:56:10 +10:00
parent 7f92f2b942
commit eae4bba3a9
3 changed files with 33 additions and 2 deletions

View file

@ -23,6 +23,6 @@
"19": "Gespeicherten Status löschen ...",
"20": "FEHLER: Microsoft OneDrive-API-Dienst kann nicht erreicht werden, Anwendung kann nicht initialisiert werden"
},
}
]
}

View file

@ -23,6 +23,6 @@
"19": "Deleting the saved status ...",
"20": "ERROR: Unable to reach Microsoft OneDrive API service, unable to initialize application"
},
}
]
}

View file

@ -0,0 +1,31 @@
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(driveItem)",
"@odata.deltaLink": "https://graph.microsoft.com/v1.0/drives/b!bO8V7s9SSk6r7mWHpIjURotN33W1W2tEv3OXV_oFIdQimEdOHR-1So7CqeT1MfHA/items/01WIXGO5V6Y2GOVW7725BZO354PWSELRRZ/delta?select=id%2cname%2ceTag%2ccTag%2cdeleted%2cfile%2cfolder%2croot%2cfileSystemInfo%2cremoteItem%2cparentReference%2csize&token=MzslMjM0OyUyMzE7Mzs0ZTQ3OTgyMi0xZjFkLTRhYjUtOGVjMi1hOWU0ZjUzMWYxYzA7NjM3NTgwMTQzMDU3MzAwMDAwOzE0ODQ3MTA5ODslMjM7JTIzOyUyMzA",
"value": [
{
"@odata.etag": "\"{7869190A-D219-4363-B262-4EF7A79B28B4},5\"",
"@odata.type": "#microsoft.graph.driveItem",
"cTag": "\"c:{7869190A-D219-4363-B262-4EF7A79B28B4},2\"",
"eTag": "\"{7869190A-D219-4363-B262-4EF7A79B28B4},5\"",
"file": {
"hashes": {
"quickXorHash": "YZgDGcwQhjmQwQwKCQAAAAAAAAA="
},
"mimeType": "text/plain"
},
"fileSystemInfo": {
"createdDateTime": "2021-05-30T23:31:30Z",
"lastModifiedDateTime": "2021-03-03T19:26:31Z"
},
"id": "01WIXGO5QKDFUXQGOSMNB3EYSO66TZWKFU",
"name": "hhhhhhhh.txt",
"parentReference": {
"driveId": "b!bO8V7s9SSk6r7mWHpIjURotN33W1W2tEv3OXV_oFIdQimEdOHR-1So7CqeT1MfHA",
"driveType": "business",
"id": "01WIXGO5V6Y2GOVW7725BZO354PWSELRRZ",
"path": "/drives/b!bO8V7s9SSk6r7mWHpIjURotN33W1W2tEv3OXV_oFIdQimEdOHR-1So7CqeT1MfHA/root:"
},
"size": 9
}
]
}