markdown Dropbox数据示例
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Dropbox数据示例相关的知识,希望对你有一定的参考价值。
## Dropbox Example:
`/dropbox-example`
![image](https://user-images.githubusercontent.com/12876929/46118724-8b0ad700-c1cd-11e8-94c0-8a97b644b803.png)
`/dropbox-example/misc files`
![image](https://user-images.githubusercontent.com/12876929/46118738-a1189780-c1cd-11e8-9287-96b7b869ca01.png)
```bash
curl -X POST https://api.dropboxapi.com/2/files/list_folder \
--header 'Authorization: Bearer [token]' \
--header 'Content-Type: application/json' \
--data '{"path":"/dropbox-example","recursive":true,"include_media_info":true}'
```
```json
{
"entries": [
{
".tag": "folder",
"name": "dropbox-example",
"path_lower": "/dropbox-example",
"path_display": "/dropbox-example",
"id": "id:OO3UFp3s_YoAAAAAAADteQ"
},
{
".tag": "folder",
"name": "Misc Files",
"path_lower": "/dropbox-example/misc files",
"path_display": "/dropbox-example/Misc Files",
"id": "id:OO3UFp3s_YoAAAAAAADteg"
},
{
".tag": "file",
"name": "ezgif-4-20b6feb2e4.mp4",
"path_lower": "/dropbox-example/ezgif-4-20b6feb2e4.mp4",
"path_display": "/dropbox-example/ezgif-4-20b6feb2e4.mp4",
"id": "id:OO3UFp3s_YoAAAAAAADtfA",
"client_modified": "2018-09-27T01:38:51Z",
"server_modified": "2018-09-27T01:38:51Z",
"rev": "442df0420f361",
"size": 75826,
"media_info": {
".tag": "metadata",
"metadata": {
".tag": "video",
"dimensions": {
"height": 190,
"width": 340
},
"duration": 1200
}
},
"content_hash": "7b10ffbb8f088690738b7cad67d0f3527027e4a0e57f87dca508d7c457ab0fcd"
},
{
".tag": "file",
"name": "croceye_manual__v1_.pdf",
"path_lower": "/dropbox-example/croceye_manual__v1_.pdf",
"path_display": "/dropbox-example/croceye_manual__v1_.pdf",
"id": "id:OO3UFp3s_YoAAAAAAADtfQ",
"client_modified": "2018-09-27T01:39:31Z",
"server_modified": "2018-09-27T01:39:31Z",
"rev": "442e00420f361",
"size": 255541,
"content_hash": "61334b681777469f4e2922c4106503ab0df88671d4843a5657ef7954441f6656"
},
{
".tag": "file",
"name": "wp-vip-code-sniff.txt",
"path_lower": "/dropbox-example/misc files/wp-vip-code-sniff.txt",
"path_display": "/dropbox-example/Misc Files/wp-vip-code-sniff.txt",
"id": "id:OO3UFp3s_YoAAAAAAADtfg",
"client_modified": "2018-09-27T01:39:58Z",
"server_modified": "2018-09-27T01:39:59Z",
"rev": "442e10420f361",
"size": 12757,
"content_hash": "7da22d9461bc2defb41ba990d8ff8de8e0897c39d092fbf000daf5db91512f94"
},
{
".tag": "file",
"name": "Photo Sep 26, 8 42 05 PM.jpg",
"path_lower": "/dropbox-example/photo sep 26, 8 42 05 pm.jpg",
"path_display": "/dropbox-example/Photo Sep 26, 8 42 05 PM.jpg",
"id": "id:OO3UFp3s_YoAAAAAAADtfw",
"client_modified": "2018-09-27T01:43:24Z",
"server_modified": "2018-09-27T01:43:24Z",
"rev": "442e20420f361",
"size": 2238696,
"media_info": {
".tag": "metadata",
"metadata": {
".tag": "photo",
"dimensions": {
"height": 4032,
"width": 3024
},
"location": {
"latitude": 46.797977777777774,
"longitude": -96.8098
},
"time_taken": "2018-09-26T20:42:07Z"
}
},
"content_hash": "fc531a611a29d7958cb10170555010922b9a07402a418c63997ec66e6b77de8b"
},
{
".tag": "file",
"name": "_double-dragon-high-five.png",
"path_lower": "/dropbox-example/misc files/_double-dragon-high-five.png",
"path_display": "/dropbox-example/Misc Files/_double-dragon-high-five.png",
"id": "id:OO3UFp3s_YoAAAAAAADtew",
"client_modified": "2018-09-27T01:38:18Z",
"server_modified": "2018-09-27T01:43:54Z",
"rev": "442e40420f361",
"size": 266499,
"content_hash": "517b6866af7d618e429237c14943733b9b3f118448caf6e73da8e9df0fe23e35"
}
],
"cursor": "AAE_LQJStdCmFe2Ny4MS-gpsaT5TubQ8UhOadvz4lyrtkHcSPbgI-HjIaJBLbBeBqztXlujc2mDhclI4MggmPTlojU9-qgi8Qi6VzYIEsx2IetktJVTfQSPR_O6R7NhtoYrPbd9nhMPraeUhIU8XqJ-fXcYn3t4TZERhF-wbImnERHxlRPoULeP6_XMi_gG8fkotyn3FhqB0pQLcaypK6vNR",
"has_more": false
}
```
以上是关于markdown Dropbox数据示例的主要内容,如果未能解决你的问题,请参考以下文章
markdown Dropbox css sytle指南订单
markdown 基于Dropbox实现的免费私有Git版本库托管来自:http://bit.ly/2H8gmV7