Skip to content

Commit f708e34

Browse files
authored
removed token (#1373)
2 parents 4507ff9 + 6263ce7 commit f708e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/basics/Export_V1_to_V2_migration_support.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"source": [
5252
"### Key changes included in export V2 methods (``export_v2()`` and ``export()``):\n",
5353
"1. Added flexibility to only export the data that is needed. The new methods include parameters and filters to give you more granular control over your exports.\n",
54-
"2. Added functionality to stream your data export. \n",
54+
"2. Added functionality to stream your data export using ``export()`` (available on SDK >=3.56)\n",
5555
"\n",
56-
"For complete details on how to use exports V2 please see the [Export overview](https://docs.labelbox.com/reference/label-export#optional-parameters-and-filters) documentation."
56+
"For complete details on how to use export V2 methods please see the [Export V2 methods](https://docs.labelbox.com/reference/label-export#export-v2-methods) documentation."
5757
],
5858
"cell_type": "markdown"
5959
},
@@ -198,7 +198,7 @@
198198
" name='bounding_box',\n",
199199
" feature_schema_id='clrf5ck4a0b9b071paa9ncu15',\n",
200200
" extra={\n",
201-
" 'instanceURI': 'https://api.labelbox.com/masks/feature/clrf5csvi6ofm07lsf9pygwvi?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJjbGh0OHNocXUweW53MDc0aWRuZDUyemd1Iiwib3JnYW5pemF0aW9uSWQiOiJjbDVibjhxdnExYXY5MDd4dGIzYnA4cTYwIiwiaWF0IjoxNzA1NDMxOTE3LCJleHAiOjE3MDgwMjM5MTd9.BSKLVSbKTNmp9tcYt-PncIBeZ2Hrw4kCOz3qyxvAoOY',\n",
201+
" 'instanceURI': 'https://api.labelbox.com/masks/feature/clrf5csvi6ofm07lsf9pygwvi?token=<token>'\n",
202202
" 'color': '#ff0000',\n",
203203
" 'feature_id': 'clrf5csvi6ofm07lsf9pygwvi',\n",
204204
" 'value': 'bounding_box',\n",

0 commit comments

Comments
 (0)