i have installed python version 2.7.also i have installed required libraries like opencv and numpy.
Using this library i have done image and video processing which are captured from webcam and also from existing file..these all things work fine with me.
I have know how to access dropbox using python through that ACCESS TOKEN.
Now i have to upload all these things- (means captured videos and images) to my dropbox account from python program.
I have seached a lot for that...but i didn't get code for uploading images and videos on dropbox with the help of python.
So, can anybody suggest me what is the code for the above problem.