Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluecne upload slow using API tokens

ling
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 8, 2019

Recently I switched confluence cloud authentication from account/password to API Token, but I found that the upload speed is much slower than before. For uploading 30M file, it was within 1 min using account/password to authenticate, but take more 5 minutes when using API Token.

I use curl to upload, here is the command:

curl -v $site -u $email:$api_token \
-X POST \
-H "X-Atlassian-Token: nocheck" \
-F "minorEdit=true" \
-F "comment=Example attachment comment" \
-F "file=@aaa.txt" $upload_url

Is there a way to accelerate it?

1 answer

0 votes
ling
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 31, 2019

Does anybody know how to accelerate the speed of upload? Sometimes the action will be timeout.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events