Didi cube-ui, can't add token when uploading pictures.

<cube-upload
ref="upload"
v-model="files"
:action="action"
fileName="uploadfile"
:headers="header"
@file-error="errHandler"
file-success="successHandler"
>
<div class="clear-fix">
  <cube-upload-file v-for="(file, i) in files" :file="file" :key="i"></cube-upload-file>
  <cube-upload-btn :multiple="false">
    <div class="aaa">
      <i></i>
    </div>
  </cube-upload-btn>
</div>
  </cube-upload>
  
  
  
  header:{
     Authorization:"xxxxxxxxxxxxxxxxxxxxxxxxx"
  }
  
  
  
  
Mar.24,2022

has this problem been solved? I also encountered the same problem, token can not be uploaded, if you have solved, please let me know! Thank you

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b375c7-2b8dd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b375c7-2b8dd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?