I was using the stream function, but getting an error from dropbox because my app is set to use "dropbox" instead of sandbox, and the argument I tried passing into stream wasn't getting set correctly.
I changed the stream function to use the set_args function, which is more consistent with the rest of the library.
I was using the stream function, but getting an error from dropbox because my app is set to use "dropbox" instead of sandbox, and the argument I tried passing into stream wasn't getting set correctly.
I changed the stream function to use the set_args function, which is more consistent with the rest of the library.
Thanks for making dbox!