Store Dropbox credentials in WebBrowser

Hi!

is it possible to store username/password for dropbox so i doesn’t need to be manually entered everytime touch starts ?

thank you

Not as far as I know. But if that was done with a cookie it would probably invalidate after a certain period - so maybe a more robust approach is to use the Dropbox API in Python.
dropbox.com/developers/documentation/python

What is the goal of using dropbox inside of TouchDesigner? Like Idzard said, might be a better way to do it.

Integration just went perfect with the DropBox API. Thank you so much for the solution Idzard :slight_smile: