-
Encrypt file so no 3rd party app can see it
The Dropbox SDK allows apps have only two types of access types, Specific folder or full dropbox. This is an issue. If I choose specific folder, and the user uploads sensitive docs, any 3rd party app which the user also uses, can see that sensitive doc if the user has given the 3rd party full access. There should be some…
-
Upload serialized object
I am using the Dropbox JS SDK in Cordova. Before upload, I am using msgpack-lite to serialize the object and storing it in a file.bin path. But when I download it, instead of a UInt8Array object it is actually showing the raw file contents. The actual data. Why is that? Because of which I can't decode the blob with msgpack…
-
Keep getting new access token
I can successfully authenticate Dropbox in my Phonegap app the first time, but I keep getting a new one if the button is pressed again, why is that? Shouldn't it return the same token again? And there is a blank screen which appears. I have seen many dirty solution to change the inappbrowser.js code itself. this is…