Comments
-
The access denied url is on my cloudfront loginredirect url. However, there's also a difference in the way it works from Dropbox's side too. When I'm using the implicit grant from localhost, I actually get a Dropbox page-Request for access to app folder every time I log in. However, when I use the cloudfront redirect url,…
-
Thanks for the reply! Would I be able to ask you about how the dropbox javascript SDK handles secure storage of the access code? Or is that left to the developer? Thanks again :)
-
Thanks! That's really what I needed was what kind of data it was, and what kind of solutions there were. I had already seen a possible solution using blobs, but the solution required that I send a response header for blob which potentially along with other things didn't end up working. The simple solution is: go install…