I am integrating the Dropbox to my application for that I need to register my application in the Dropbox API where after registering my app two kind of keys get generated: 1) App Key and 2) Secret Key. For my case, I sign up with Dropbox and go to the App Console from here. And registered my app with the related information. After the app get registered properly, I am having only my App Key with that. The secret key is not there. I tried to search for the missing secret key with app registered with Dropbox, but I found only the single relevant link, In which they are saying that once the app gets approved then in the App Console near the push options I will have the General info and with in that the secret key will be there,
So what I want to know is: Whether for getting the secret key of registered apps in the dropbox my app have to be approved by Dropbox, If yes then How much time it take to get confirmation of our app approval or rejection, Or if this is not the case then whats the correct way of registering the app with the Dropbox API?
Any help will be greatly appreciable.
No, your app doesn't need to be approved to have a secret key. It does, however, have to be the right type. I'm guessing you created a "Drop-ins" app instead of a "Dropbox API" app. (Drop-ins apps don't have app keys.) Try creating a new app and be sure to choose Dropbox API. You should see the app key and secret as soon as you create the app.