You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The meaning of the objects in Open Graph API context are:
81
80
82
-
1.**id** - a unique ID identifying the space, called Storage Space ID.
81
+
1.**id** - a persistent and unique ID identifying the space, called Storage Space ID.
83
82
2.**driveType** - describing the type of the space.
84
-
3.**oCDriveStatus** - telling the status (*)
85
-
4.**owner** - an owner object to whom the space belongs
86
-
5.**quota** - quota information about this space
87
-
6.**root** - the root driveItem object.
88
-
7.**webUrl** - The URL to make this space visible in the browser.
89
-
8.**oCCoOwner** - optional array owner objects of the co-owners of a space (*)
83
+
3.**owner** - an owner object to whom the space belongs
84
+
4.**quota** - quota information about this space
85
+
5.**root** - the root driveItem object.
86
+
6.**webUrl** - The URL to make this space visible in the browser.
87
+
7.**ocCoOwner** - optional array owner objects of the co-owners of a space (*)
90
88
91
89
The following *driveType* values are available in the first step, but might be enhanced later:
92
90
@@ -96,16 +94,11 @@ The following *driveType* values are available in the first step, but might be e
96
94
97
95
Other space types such as backup, hidden etc. can be added later as requested.
98
96
99
-
The (*) marked types are not defined in the official MS API. They are prefixed with `oC` to avoid namespace clashes.
97
+
> Note: The *projectSpaces* and *shares* space are virtual spaces. They only contain other spaces, and no regular resources.
100
98
101
-
The following *driveStatus* values are available:
99
+
The (*) marked types are not defined in the official MS API. They are prefixed with `oc` to avoid namespace clashes.
102
100
103
-
***accepted**: The user has accepted the space and uses it
104
-
***pending**: The user has not yet accepted the space , but can use it after having it accepted.
105
-
***mandatory**: This is an mandatory space. Used for the personal- and shares-space. The user can not influence if it is visible or not, it is always available.
106
-
***offline**: The space is currently not available.
107
-
108
-
> Note: the **root** object equals a [driveItem](https://docs.microsoft.com/de-de/graph/api/resources/driveitem?view=graph-rest-1.0) and contains information about the root resource (directory) of the space.
101
+
The `root` object equals a [driveItem](https://docs.microsoft.com/de-de/graph/api/resources/driveitem?view=graph-rest-1.0) and contains information about the root resource (directory) of the space.
109
102
110
103
This is an example object as it can be expected as `root` element. It is not complete, as not all elements will be implemented so far.
111
104
@@ -128,7 +121,7 @@ This is an example object as it can be expected as `root` element. It is not com
128
121
129
122
Meaningful fields of the root element in the context of the Open Graph API:
130
123
131
-
1.**id** - a unique ID identifying the root directory node.
124
+
1.**id** - a persistent and unique ID identifying the root directory node.
132
125
2.**webDavUrl** - The webdav path of the top item of the space.
133
126
3.**eTag** - an identifier that changes automatically if the content *or* metadata of the node or the underlying resources changes.
134
127
4.**cTag** - an identifier that changes automatically if the content of the root node or of one of the underlying resources changes.
0 commit comments