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
Copy file name to clipboardExpand all lines: docs/work-with-object-store-layer.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ App works!
66
66
## Create `RequestBuilder`
67
67
68
68
You need `RequestBuilder` to use the `ObjectStoreApi` functions from `@here/olp-sdk-dataservice-api`.
69
-
You can use the `ObjectStoreApi` functions to request any data from an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers).
69
+
You can use the `ObjectStoreApi` functions to request any data from an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-objectstore.html).
70
70
71
71
**To create the `RequestBuilder` instance:**
72
72
@@ -87,7 +87,7 @@ You can use the `ObjectStoreApi` functions to request any data from an [object s
87
87
88
88
## Get data from an object store layer
89
89
90
-
You can request any data from an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) using its key or data handle.
90
+
You can request any data from an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-objectstore.html) using its key or data handle.
91
91
92
92
**To get data from the object store layer:**
93
93
@@ -108,7 +108,7 @@ You receive data from the requested key of the selected layer.
108
108
109
109
## Get all keys from an object store layer
110
110
111
-
You can get a list of all keys from an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers).
111
+
You can get a list of all keys from an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-objectstore-listing.html).
112
112
113
113
**To get the list of keys:**
114
114
@@ -133,7 +133,7 @@ call this function recursively with a parent in the query string.
133
133
134
134
## Publish data to an object store layer
135
135
136
-
You can publish data to an [object store layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) by referencing its key. For data of up to 192 MB, use the single part upload method. If you want to upload larger amounts of data, use the multipart upload method.
136
+
You can publish data to an [object store layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/publishing-data-objectstore.html) by referencing its key. For data of up to 192 MB, use the single part upload method. If you want to upload larger amounts of data, use the multipart upload method.
137
137
138
138
When you publish new data, old data is overwritten.
139
139
@@ -191,7 +191,7 @@ To practice uploading large amounts of data and learn how to upload it to the Bl
191
191
192
192
## Deletedatafromanobjectstorelayer
193
193
194
-
Youcandeletedatafromany [objectstorelayer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) using its key.
194
+
Youcandeletedatafromany [objectstorelayer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/deleting-data-objectstore.html) using its key.
195
195
196
196
**Todeletedatafromtheobjectstorelayer:**
197
197
@@ -210,4 +210,4 @@ You can delete data from any [object store layer](https://developer.here.com/doc
210
210
211
211
You receive a response from the datastore with the status of the operation.
212
212
213
-
For more information, see the [Data User Guide](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html) and [Data API](https://developer.here.com/documentation/data-api/api-reference-blob-v2.html).
213
+
For more information, see the [Data API Developer Guide](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html) and [Data API Blob v2 API Reference](https://www.here.com/docs/bundle/data-api-blob-v2-api-reference/page/index.html).
0 commit comments