Hi all , i am integrating netsuite with dropbox to upload file from netsuite to dropbox . I have already done authentication and i am generating access token also .
Now i am not getting proper api to upload file into dropbox . Iam just uaing post method to call drop box api. Iam not importing any dropbox library's.
Can you please help me which api should i use and what all the parameters i hve to pass.
I have already checked filerequest/create but in this i dont know where i should add file content (img/pdf etc) .because no pareters are there for content i think .
Can you plese help me in this to achieve my task .