This repository was archived by the owner on Jul 26, 2023. It is now read-only.
API 是否支持列出文件夹项目? #1017
Unanswered
BrandonStudio
asked this question in
Q&A
Replies: 1 comment
-
项目本身使用的是这样的 API: GET /api/?path=<URL_ENCODED_PATH> 比如: GET https://drive.swo.moe/api/?path=/Shared%20files {
"folder": {
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('bf0855a2-5952-43e3-a2af-b2ba8b5f60fb')/drive/root/children",
"value": [
{
"@odata.etag": "\"{AE688DBF-08D3-4366-A2EB-F7B952364B71},2\"",
"id": "012IJCNP57RVUK5UYIMZB2F27XXFJDMS3R",
"lastModifiedDateTime": "2022-04-26T11:01:49Z",
"name": "genshin-impact-npc-scene-interaction.mp4",
"size": 157505265,
"file": {
"mimeType": "video/mp4",
"hashes": {
"quickXorHash": "g00TOhVUvGlhUhIwMsrbWXgvQLA="
}
},
"video": {
"bitrate": 37054256,
"duration": 33673,
"fourCC": "H264",
"frameRate": 38.843,
"height": 1080,
"width": 1920
}
}
]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
是否提供了列出文件夹的API?
Beta Was this translation helpful? Give feedback.
All reactions