Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8975105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:47:57+00:00 2026-06-15T18:47:57+00:00

I am trying to upload an image with the box API and the request

  • 0

I am trying to upload an image with the box API and the request module. I tried the provided curl example without any problems.

I have a request all setup like this

var request = require("request");
var fs = require("fs");
var path = require("path");

request({
    url: "https://api.box.com/2.0/files/content",
    method: "POST",
    form: {
        filename: fs.createReadStream(path.join(__dirname, "midguts.jpg")),
        folder_id: "0"
    },
    headers: {
        api_key: "<API_KEY>",
        auth_token: "<AUTH_TOKEN>"
    }
}, function (error, response, body) {
    console.log(error);
    console.log(body);
});

The problem arises when I get to the headers part. The box API call for a headers string of

"Authorization: BoxAuth api_key=API_KEY&auth_token=AUTH_TOKEN"

but I with the request module I can only send an object of key, value pairs. I also looked at the docs for nodes http.request and found it has the same issue.

So the question is, why does the API not follow the standard key pair format and how can I send a POST request that will work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T18:47:59+00:00Added an answer on June 15, 2026 at 6:47 pm

    Authorization is the name of the HTTP Header (see also). This might work better:

    headers: {
        Authorization: "BoxAuth api_key=API_KEY&auth_token=AUTH_TOKEN"
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this Form I am trying to upload my image but every time
I have been trying to upload an image using CodeIgniter's File Upload class. The
I am trying to upload an image on imgur by accessing their API through
Greetings, I'm trying to upload an image on my Android device. I have the
I am trying to upload an image through my application with Facebook Graph API
I'm trying to upload an image file from an android device to my drupal
i am trying to upload an image from a jsp page using servlet. but
I am trying to upload an image to the server. I hava a form
I am trying to upload a image which i am clicking with the help
I am trying to upload an image from inside a JQuery modal. The form

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.