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: files/docs/sdks/files/README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Endpoints to manage uploaded files.
12
12
13
13
## download_files
14
14
15
-
You can specify a dateto download specific files for.
15
+
The *Download files* endpoint downloads all files that have been uploaded by to SMB to Codat. A `date` may be specified to download any files uploaded on the date provided.
16
16
17
17
### Example Usage
18
18
@@ -52,7 +52,7 @@ if res.data is not None:
52
52
53
53
## list_files
54
54
55
-
Returns an array of files that have been uploaded for a given company.
55
+
The *List files* endpoint returns a list of all files uploaded to Codat by the SMB.
56
56
57
57
### Example Usage
58
58
@@ -91,7 +91,13 @@ if res.files is not None:
91
91
92
92
## upload_files
93
93
94
-
Upload files
94
+
The *Upload files* endpoint uploads multiple files provided by the SMB to Codat. This may include personal identity documents, pitch decks, contracts, or files with accounting and banking data.
95
+
96
+
Uploaded files must meet the following requirements:
97
+
98
+
- Up to 20 files can be uploaded at a time.
99
+
- PDF, XLS, XLSX, XLSB, CSV, DOC, DOCX, PPT, PPTX, JPEG, JPG, and PNG files can be uploaded.
You can specify a dateto download specific files for.
18
+
The *Download files* endpoint downloads all files that have been uploaded by to SMB to Codat. A `date` may be specified to download any files uploaded on the date provided.
The *Upload files* endpoint uploads multiple files provided by the SMB to Codat. This may include personal identity documents, pitch decks, contracts, or files with accounting and banking data.
109
+
110
+
Uploaded files must meet the following requirements:
111
+
112
+
- Up to 20 files can be uploaded at a time.
113
+
- PDF, XLS, XLSX, XLSB, CSV, DOC, DOCX, PPT, PPTX, JPEG, JPG, and PNG files can be uploaded.
0 commit comments