That's correct Craig it did end up working with HMAC_SHA1. The page on DropBox that mentions the use of PLAINTEXT is: https://www.dropbox.com/developers/blog/20
Clearly, I just glanced over the...
Type: Posts; User: amiga_tone; Keyword(s):
That's correct Craig it did end up working with HMAC_SHA1. The page on DropBox that mentions the use of PLAINTEXT is: https://www.dropbox.com/developers/blog/20
Clearly, I just glanced over the...
Well it looks like I just wasn't using it properly. I've fixed the issue (I think it had something to do with the way I was accessing directories) and can now upload and list files.
Oh and I...
Yes I'm using the vbfischer plugin but each time I try and access an API call (e.g. getItemMetadataPath()) I get a 403 Forbidden.
I read somewhere (and I can't find the link now) this was because...
I'm trying to override the oauth_signature_method for the Dropbox Connection factory but so far I can't find any info on how to override this from "HMAC*" to "PLAINTEXT".
Has anyone got any...
I seem to be getting different representations of my objects coming back from the ContentNegotiatingViewResolver when sending JSON representations.
When the RestTemplate sends the request, the...
Okay, I have a controller that is successfully returning my object in XML and JSON - no problem there - but I need to set the Location header to the value of the entity I'm returning.
I currently...
I'm using JSF 1.1 and Spring 2.0.2 and have hit a problem (yes thats right) with the Variable resolution.
I had a quick look at the source of the Spring DelegatingVariableResolver and noticed that...