वेब पर कब्जा और परिवर्तित करने के लिए उपकरण
GrabzIt के ऑनलाइन समुदाय

ड्रॉपबॉक्स में निर्यात करने में असमर्थ

वेब पेजों या HTML को कैप्चर करने या परिवर्तित करने के तरीके पर प्रश्न पूछें into चित्र, CSV, PDF या DOCX दस्तावेज़ और साथ ही वीडियो कैसे परिवर्तित करें intओ एनिमेटेड GIF हमारे एपीआई का उपयोग कर रहा है।

Hi, I wat to upload my file to dropbox in nodejs but its not working.

var options = {"exportURL":"dropbox://"};
ग्राहक।html_to_pdf(`"${html_document}"`, options);
ग्राहक।save("http://www.example.com/handler", function (error, id){
if (error != null){
throw error;
    }
    console.log(id);
 });

i just want to upload my file to created pdf directly to dropbox but this is not working. Can you help me out.

 

धन्यवाद,

 

Asked by Himanshi Gupta on the 2nd of September 2020

The option used should be exportUrl not exportURL.

Answered by GrabzIt Support on the 2nd of September 2020