trouble understanding box developers and how to use it as a database for information The Next CEO of Stack OverflowHow does database indexing work?How do I quickly rename a MySQL database (change schema name)?How to list the tables in a SQLite database file that was opened with ATTACH?Database development mistakes made by application developersHow to get size of mysql database?How do you rename a MongoDB database?How do I set an individual path variable for each user within the database?Passing data from cshtml view to database when clicking submit. ASP.NET MVC 5Do we really need a table in database to store file path of image if images are stored in file system?Should a web application serves static documents in local disk or fetch from Firebase?

How to place nodes around a circle from some initial angle?

What happened in Rome, when the western empire "fell"?

Why did CATV standarize in 75 ohms and everyone else in 50?

Is it okay to majorly distort historical facts while writing a fiction story?

Prepend last line of stdin to entire stdin

Math-accent symbol over parentheses enclosing accented symbol (amsmath)

Why do airplanes bank sharply to the right after air-to-air refueling?

Newlines in BSD sed vs gsed

Is there always a complete, orthogonal set of unitary matrices?

Why do remote US companies require working in the US?

How to invert MapIndexed on a ragged structure? How to construct a tree from rules?

I want to delete every two lines after 3rd lines in file contain very large number of lines :

Won the lottery - how do I keep the money?

Missile strike detection (but it's not actually a missile)

Is there a way to save my career from absolute disaster?

Why does standard notation not preserve intervals (visually)

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

What steps are necessary to read a Modern SSD in Medieval Europe?

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Is it professional to write unrelated content in an almost-empty email?

Find non-case sensitive string in a mixed list of elements?

Can a Bladesinger Wizard use Bladesong with a Hand Crossbow?

Running a General Election and the European Elections together

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin



trouble understanding box developers and how to use it as a database for information



The Next CEO of Stack OverflowHow does database indexing work?How do I quickly rename a MySQL database (change schema name)?How to list the tables in a SQLite database file that was opened with ATTACH?Database development mistakes made by application developersHow to get size of mysql database?How do you rename a MongoDB database?How do I set an individual path variable for each user within the database?Passing data from cshtml view to database when clicking submit. ASP.NET MVC 5Do we really need a table in database to store file path of image if images are stored in file system?Should a web application serves static documents in local disk or fetch from Firebase?










0















I am trying to understand how to use box developers and how to upload information on to the database that the box developers console provides, I have looked at the documentation for Node.js but I do not understand if they are asking for a file path on my desktop or to create a file path in general where I plan to store the data.



Here is the code I want to know how to implement it to store user data under a user folder that is created in box developers. Such as a user email, name, telephone number after they have inputted it into a form that I have created using reactJS. I know how to use firebase firestore but not familiar with using that same method with box developers



here is the documentation that they have given for box developers.



const filePath = 'PATH TO LOCAL FILE TO BE UPLOADED';
const fileName = 'FILE NAME TO UPLOAD AS';
const folderId = 'FOLDER ID TO UPLOAD TO';

// Create file upload stream
const stream = fs.createReadStream(filePath);

// Upload file
client.files.uploadFile(
folderId,
fileName,
stream,
callback);

function callback(err, res)
// HANDLE ERROR CASE AND RESPONSE










share|improve this question


























    0















    I am trying to understand how to use box developers and how to upload information on to the database that the box developers console provides, I have looked at the documentation for Node.js but I do not understand if they are asking for a file path on my desktop or to create a file path in general where I plan to store the data.



    Here is the code I want to know how to implement it to store user data under a user folder that is created in box developers. Such as a user email, name, telephone number after they have inputted it into a form that I have created using reactJS. I know how to use firebase firestore but not familiar with using that same method with box developers



    here is the documentation that they have given for box developers.



    const filePath = 'PATH TO LOCAL FILE TO BE UPLOADED';
    const fileName = 'FILE NAME TO UPLOAD AS';
    const folderId = 'FOLDER ID TO UPLOAD TO';

    // Create file upload stream
    const stream = fs.createReadStream(filePath);

    // Upload file
    client.files.uploadFile(
    folderId,
    fileName,
    stream,
    callback);

    function callback(err, res)
    // HANDLE ERROR CASE AND RESPONSE










    share|improve this question
























      0












      0








      0








      I am trying to understand how to use box developers and how to upload information on to the database that the box developers console provides, I have looked at the documentation for Node.js but I do not understand if they are asking for a file path on my desktop or to create a file path in general where I plan to store the data.



      Here is the code I want to know how to implement it to store user data under a user folder that is created in box developers. Such as a user email, name, telephone number after they have inputted it into a form that I have created using reactJS. I know how to use firebase firestore but not familiar with using that same method with box developers



      here is the documentation that they have given for box developers.



      const filePath = 'PATH TO LOCAL FILE TO BE UPLOADED';
      const fileName = 'FILE NAME TO UPLOAD AS';
      const folderId = 'FOLDER ID TO UPLOAD TO';

      // Create file upload stream
      const stream = fs.createReadStream(filePath);

      // Upload file
      client.files.uploadFile(
      folderId,
      fileName,
      stream,
      callback);

      function callback(err, res)
      // HANDLE ERROR CASE AND RESPONSE










      share|improve this question














      I am trying to understand how to use box developers and how to upload information on to the database that the box developers console provides, I have looked at the documentation for Node.js but I do not understand if they are asking for a file path on my desktop or to create a file path in general where I plan to store the data.



      Here is the code I want to know how to implement it to store user data under a user folder that is created in box developers. Such as a user email, name, telephone number after they have inputted it into a form that I have created using reactJS. I know how to use firebase firestore but not familiar with using that same method with box developers



      here is the documentation that they have given for box developers.



      const filePath = 'PATH TO LOCAL FILE TO BE UPLOADED';
      const fileName = 'FILE NAME TO UPLOAD AS';
      const folderId = 'FOLDER ID TO UPLOAD TO';

      // Create file upload stream
      const stream = fs.createReadStream(filePath);

      // Upload file
      client.files.uploadFile(
      folderId,
      fileName,
      stream,
      callback);

      function callback(err, res)
      // HANDLE ERROR CASE AND RESPONSE







      database reactjs user-interface






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 21 at 18:04









      Jack SyedJack Syed

      11




      11






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55286656%2ftrouble-understanding-box-developers-and-how-to-use-it-as-a-database-for-informa%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55286656%2ftrouble-understanding-box-developers-and-how-to-use-it-as-a-database-for-informa%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript