Jump to content

About This File

This .au3 file will take the trouble out of trying to gain your dropbox oauth_access_token and oauth_access_token_secret by doing it for you. when first run the program it will create an empty folder on your desktop. As you progress through the application it will create text files as needed. Be sure to follow each of the message box's instructions as it is vital that each step be completed before moving onto the next. Enjoy :)


User Feedback

Recommended Comments

Thanks very much. Noticed people where having trouble getting oauth access token and secret so I thought I would help out. 

Link to comment
Share on other sites

This doesn't work as is on Windows 10. 

"Z:\Documents\Downloads\Dropbox authenticator.au3" (119) : ==> The requested action with this object has failed.:
$obj.SetResponseHeaders("content-length", $size)
$obj^ ERROR
->01:42:58 AutoIt3.exe ended.rc:1
+>01:42:58 AutoIt3Wrapper Finished.
>Exit code: 1    Time: 20.37

It works if I comment out this line: $obj.SetResponseHeaders("content-length", $size)

Thanks for the UDF.

Edited by BetaLeaf
Link to comment
Share on other sites

×
×
  • Create New...