Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
technically-tracy authored Apr 5, 2024
1 parent 008663c commit d78e9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ <h2>Files<a class="headerlink" href="#files" title="Link to this heading">¶</a>
<span class="p">)</span>
</pre></div>
</div>
<p>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 <a href="https://api.dev1247.slack.com/messaging/files#uploading_files">Uploading files</a> and <a class="reference external" href="https://github.com/slackapi/python-slack-sdk/releases/tag/v3.19.0">files_upload_v2 method release notes</a>for more details.</p>
<p>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 <a href="https://api.slack.com/messaging/files#uploading_files">Uploading files</a> and <a class="reference external" href="https://github.com/slackapi/python-slack-sdk/releases/tag/v3.19.0">files_upload_v2 method release notes</a>for more details.</p>
<p><strong>Adding a remote file</strong></p>
<p>You can add a file information that is stored in an external storage, not in Slack.</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">response</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="n">files_remote_add</span><span class="p">(</span>
Expand Down

0 comments on commit d78e9d9

Please sign in to comment.