Hello,
I want to use Javascript call API to create csv file (with data) on Dropbox.
I have read the API https://content.dropboxapi.com/2/files/upload
As I understand it, is this API used to upload files from local? But that's not the direction I want.
Because I'm using a system called Adaptive, that system uses pure Javascript, I have successfully connected to Dropbox using access token.
But, there is no Localpath for me to use: API 2/files/upload
So, I want to ask is there any way to import or create or write... csv files to Dropbox using Javascript? If there is an API please show me.
I am looking forward to hearing from you.
Thank you very much.