You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
211 lines
7.4 KiB
Plaintext
Vendored
211 lines
7.4 KiB
Plaintext
Vendored
---
|
|
sidebar_position: 2
|
|
description: Get list of folder files and other functions to work with Dropbox in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI
|
|
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, Dropbox]
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Get list of folder files
|
|
Gets the list of the first files in the directory or continues getting the next ones when the cursor is specified
|
|
|
|
|
|
|
|
`Function GetListOfFolderFiles(Val Token, Val Path = "", Val Detailed = False, Val Cursor = "") Export`
|
|
|
|
| Parameter | CLI option | Type | Required | Description |
|
|
|-|-|-|-|-|
|
|
| Token | --token | String | ✔ | Token |
|
|
| Path | --path | String | ✖ | Path to the directory. Optional if the cursor is specified |
|
|
| Detailed | --detail | Boolean | ✖ | Add information fields for mediafiles |
|
|
| Cursor | --cursor | String | ✖ | Cursor from the previous request to get the next set of files |
|
|
|
|
|
|
Returns: HTTPResponse - Get list of folder files
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
```bsl title="1C:Enterprise/OneScript code example"
|
|
Path = "/New";
|
|
Token = "sl.u.AF88oedfesNyjwSMicgy8chz5qoyzhIL9QJaQ33qBUP68HZSWpbN8zjGUogqfgum38x7s7hDvDAaHpBUKlvORdx_m1HgDAU4jtG36Nc1SZ_pfItomDC9RrAqft69McMOGcaAQmzJYRNFIEFZVC5sZE4TMkcHlIdPh2o5GqQWIiAIR48A2tq6mPE8-4pHzLnG9XV76t_OVoMSRDaLVA6sTkdxKsIlx5v26ETqmamROxqNScVKh7NusJiGcjKVXvnYy8UmxESQpb23HRwRDVwpy9Om0_nT_DlgUaR8n6afzwPrLuHW0q4i7nNJBeJSEBrK_4o7Lj60Mwql-tpKZs7ektfTxIGD6EtJC7dr-1R3RFahZl0CLZKtqVwNT7vfYB58jAC7ecBLxVGGu2O-7Cij7cDvvKC1Knfh4TvBdOeVNVyQn0yg6b60C9AVoApAPISbytTDYf3yqyQ4ZwzYHM7rh0zma01aCouKzWR9rNgduDe7bzDR_T9a8p87HR-0Z4ZokYbCXvrJoR9_HvSjsxxqGZDMLm3PlQFMKhF9hloel-pIdZFO5vp0nMcDWYdXhpoone-hIJPss0_kV5TpjzkQ_tBA2I1i1RSyWPtIr8QadJ9ZPR1Yt5ikoLkGRAK0MQJMO9Z6ZkcF0cxgt0A0P2F1KGzZk5BAqqIGnr_ZIzMKtRqiNHnGsZsenk8dTas2BccrmMhdRj03Ob7v2Rvwu_Nsc2MpwBp6IWE...";
|
|
|
|
Result = OPI_Dropbox.GetListOfFolderFiles(Token, Path, True);
|
|
```
|
|
|
|
|
|
<Tabs>
|
|
|
|
<TabItem value="bash" label="Bash" default>
|
|
```bash
|
|
oint dropbox GetListOfFolderFiles \
|
|
--token "***" \
|
|
--path "/New"
|
|
```
|
|
</TabItem>
|
|
|
|
<TabItem value="bat" label="CMD/Bat" default>
|
|
```batch
|
|
oint dropbox GetListOfFolderFiles ^
|
|
--token "***" ^
|
|
--path "/New"
|
|
```
|
|
</TabItem>
|
|
</Tabs>
|
|
|
|
|
|
```json title="Result"
|
|
{
|
|
"entries": [
|
|
{
|
|
".tag": "file",
|
|
"name": "Dogs.mp3",
|
|
"path_lower": "/new/dogs.mp3",
|
|
"path_display": "/New/Dogs.mp3",
|
|
"id": "id:kJU6-a-pT48AAAAAAAAACA",
|
|
"client_modified": "2024-05-15T16:58:30Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6f3bd841553",
|
|
"size": 9229352,
|
|
"is_downloadable": true,
|
|
"content_hash": "376f728ef041d9cef08406f16debc12de89d83130e69c66a817fd834d2d82dc2"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (1).docx",
|
|
"path_lower": "/new/url_doc (1).docx",
|
|
"path_display": "/New/url_doc (1).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAAALvg",
|
|
"client_modified": "2024-07-15T17:40:28Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6f4bd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (2).docx",
|
|
"path_lower": "/new/url_doc (2).docx",
|
|
"path_display": "/New/url_doc (2).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAAA24g",
|
|
"client_modified": "2025-02-05T10:19:29Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6f5bd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (3).docx",
|
|
"path_lower": "/new/url_doc (3).docx",
|
|
"path_display": "/New/url_doc (3).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAABDNA",
|
|
"client_modified": "2025-05-04T21:27:07Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6f6bd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (4).docx",
|
|
"path_lower": "/new/url_doc (4).docx",
|
|
"path_display": "/New/url_doc (4).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAABJpA",
|
|
"client_modified": "2025-07-01T17:39:19Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6f7bd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (5).docx",
|
|
"path_lower": "/new/url_doc (5).docx",
|
|
"path_display": "/New/url_doc (5).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAABSFA",
|
|
"client_modified": "2025-08-17T10:03:28Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6f8bd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (6).docx",
|
|
"path_lower": "/new/url_doc (6).docx",
|
|
"path_display": "/New/url_doc (6).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAABSTA",
|
|
"client_modified": "2025-08-31T15:14:04Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6f9bd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (7).docx",
|
|
"path_lower": "/new/url_doc (7).docx",
|
|
"path_display": "/New/url_doc (7).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAABSaA",
|
|
"client_modified": "2025-08-31T16:29:58Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6fabd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (8).docx",
|
|
"path_lower": "/new/url_doc (8).docx",
|
|
"path_display": "/New/url_doc (8).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAABShA",
|
|
"client_modified": "2025-08-31T20:43:05Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6fbbd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "url_doc (9).docx",
|
|
"path_lower": "/new/url_doc (9).docx",
|
|
"path_display": "/New/url_doc (9).docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAABUqg",
|
|
"client_modified": "2025-09-08T13:28:43Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6fcbd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
},
|
|
{
|
|
".tag": "file",
|
|
"name": "mydoc.docx",
|
|
"path_lower": "/new/mydoc.docx",
|
|
"path_display": "/New/mydoc.docx",
|
|
"id": "id:kJU6-a-pT48AAAAAAAAABw",
|
|
"client_modified": "2024-05-14T16:49:41Z",
|
|
"server_modified": "2025-09-15T06:43:28Z",
|
|
"rev": "63ed15239a6fdbd841553",
|
|
"size": 24069,
|
|
"is_downloadable": true,
|
|
"content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c"
|
|
}
|
|
],
|
|
"cursor": "AASGwTZ-ZWUPlLMhjO9D5ZGBpxUULUvtE8eWE1OAxL7jDvMwV5mXiGTBDm6PzMS6hr5OD08_RR4BdXw1UbJbcCxf60VvuXK5JWn24vOOy615TmONcrtA1z2oBLPY0a6a1Y6ypABBJdUUxDE78Y6BfdyAsdgbLzn8bpMRYRKxw59nrE1mp5n_DP_2tUoXvXeC_bdPKDlpArSDgYtJOFXoZQHY",
|
|
"has_more": false
|
|
}
|
|
```
|