Hello,
while playing with the following initialization function:
[[DBSession alloc]
initWithAppKey: [Constants dropboxAppKey]
appSecret: [Constants dropboxAppSecret]
root:kDBRootAppFolder];
for once I supplied the correct appSecret with an invalid appKey to see how it will behave. It gave a 400 error but then when I restored the correct appKey, it no longer worked.
I am sure the problem is not on my side, because I reverted to older code which was working and still could not get past the authentication.
Do you have any security measures that disable the auth on wrong combinations?
Do I have to ask for new credentials ?