Login Register


Need some help. filter_list
Author
Message
Need some help. #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]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.

Reply

RE: Need some help. #2
I never tried interacting with dropbox. i'll see if i can tomorrow sorry.
Pierce the life fibers with your drill.

Reply

RE: Need some help. #3
(02-27-2012, 07:43 AM)1234hotmaster Wrote: I never tried interacting with dropbox. i'll see if i can tomorrow sorry.

No need to be sorry. Thanks for your effort Biggrin
[Image: 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.

Reply

RE: Need some help. #4
if only i could find out the cipher of this
Code:
HKEY_CURRENT_USER\Software\Dropbox\ks /Client
i could have a bit of a chance otherwise of what i checked dropbox is secured Sad
Pierce the life fibers with your drill.

Reply

RE: Need some help. #5
(02-27-2012, 10:01 AM)1234hotmaster Wrote: if only i could find out the cipher of this
Code:
HKEY_CURRENT_USER\Software\Dropbox\ks /Client
i could have a bit of a chance otherwise of what i checked dropbox is secured Sad

There is a site called dropitto.me

All you have to do is upload a file and it automatically gets send to your dropbox, I was thinking that can be used.
[Image: 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.

Reply

RE: Need some help. #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.

Reply







Users browsing this thread: 1 Guest(s)