nursimaaigoritma

Results 3 comments of nursimaaigoritma

It gives another error (again while sending the message): ``` The server responded with: {'ok': False, 'error': 'invalid_blocks', 'errors': ['input must match regex pattern: ^[F][A-Z0-9]{8,}$ [json-pointer:/blocks/2/slack_file/id]'], 'response_metadata': {'messages': ['[ERROR] input...

Yes this absolutely clarifies. Thank you for the response. Would you consider adding it to documentation (or I may have missed it)? As I understand, making files_upload_v2 asynchronous was a...

Can I assume file upload is completed if client.files_info(file=file_id) returns "ok": True? I try this ``` # uploading file is same # ... # check if completed import polling polling.poll(...