-
Notifications
You must be signed in to change notification settings - Fork 0
/
getListOfFilesResponse.json
74 lines (74 loc) · 1.8 KB
/
getListOfFilesResponse.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"id": 1,
"type": "VIDEO",
"url": "https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4",
"name": "Video 1"
},
{
"id": 2,
"type": "VIDEO",
"url": "https://bestvpn.org/html5demos/assets/dizzy.mp4",
"name": "Video 2"
},
{
"id": 3,
"type": "PDF",
"url": "(https://kotlinlang.org/docs/kotlin-reference.pdf",
"name": "PDF 3"
},
{
"id": 4,
"type": "VIDEO",
"url": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/frame-counter-one-hour.mp4",
"name": "Video 4"
},
{
"id": 5,
"type": "PDF",
"url": "https://www.cs.cmu.edu/afs/cs.cmu.edu/user/gchen/www/download/java/LearnJava.pdf",
"name": "PDF 5"
},
{
"id": 6,
"type": "VIDEO",
"url": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/android-screens-10s.mp4",
"name": "Video 6"
},
{
"id": 7,
"type": "VIDEO",
"url": "https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4",
"name": "Video 7"
},
{
"id": 8,
"type": "VIDEO",
"url": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/android-screens-25s.mp4",
"name": "Video 8"
},
{
"id": 9,
"type": "PDF",
"url": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
"name": "PDF 9"
},
{
"id": 10,
"type": "PDF",
"url": "https://en.unesco.org/inclusivepolicylab/sites/default/files/dummy-pdf_2.pdf",
"name": "PDF 10"
},
{
"id": 11,
"type": "VIDEO",
"url": "https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4",
"name": "Video 11"
},
{
"id": 12,
"type": "VIDEO",
"url": "https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4",
"name": "Video 12"
}
]