From 008663c7147b652f4869676eb6af94293c17a167 Mon Sep 17 00:00:00 2001 From: Tracy Rericha <108959677+technically-tracy@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:49:06 -0400 Subject: [PATCH 1/2] Add link to new file upload methods --- docs/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/web/index.html b/docs/web/index.html index cfa20f4e..7d83ac65 100644 --- a/docs/web/index.html +++ b/docs/web/index.html @@ -375,7 +375,7 @@
See files_upload_v2 method release notes for more info.
+Files can still be uploaded via files.upload but it is less reliable than we'd like, especially for large files. We recommend that you retire any app functionality that relies on files.upload and use files.getUploadURLExternal and files.completeUploadExternal instead. See Uploading files and files_upload_v2 method release notesfor more details.
Adding a remote file
You can add a file information that is stored in an external storage, not in Slack.