Thirteen Years of Service
Posts: 475
Threads: 74
Need some help. 02-27-2012, 05:51 AM
#1
Is it possible to upload a text file to dropbox using AutoIt? If it is, someone please enlighten me on how I can do this.
![[Image: nNICR.jpg]](http://i.imgur.com/nNICR.jpg)
Creds to bluedog
For a list of my contributions (includes tutorials). Click here.
If you'd like to apply for Heat, please click
here.
•
Thirteen Years of Service
Posts: 2,367
Threads: 170
RE: Need some help. 02-27-2012, 07:43 AM
#2
I never tried interacting with dropbox. i'll see if i can tomorrow sorry.
Pierce the life fibers with your drill.
•
Thirteen Years of Service
Posts: 721
Threads: 49
RE: Need some help. 02-28-2012, 02:34 PM
#6
If you want to interact with any existing service, check if they provide any API (Application Programming Interface) and SDK (Software Development Kit) which generally allows writing a code that can work with the service, in this case, managing, uploading and downloading files with DropBox. A simple Google search "Dropbox API" or "Dropbox SDK" found exactly what you need:
http://www.dropbox.com/developers
Once you have access to the documentation of their API, implementing what you need to interact with them is just a simple matter of following the specification.
I love creativity and creating, I love science and rational thought, I am an open atheist and avid self-learner.
•