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/howto/externalFileDownloading.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ This is specified in the `external_file_metadata` field. An example is shown bel
29
29
}
30
30
```
31
31
32
-
The `'external_oidc_idp'` field is required. It is used to determine how to get a token from the `workspace token service`.
32
+
The `'file_retriever'` field is required. It is used to determine how to retrieve the file.
33
33
34
-
The `'file_retriever'` field is also required. It is used to determine how to retrieve the file.
34
+
The `'external_oidc_idp'` field is required if retrieving the file(s) requires to get a token from the `workspace token service`. if the file(s) can be retrieved without any tokens, this field could be omitted.
35
35
36
36
The `'study_id'` and `'file_id'` fields are allowed but are not required.
0 commit comments