I need to load my secured feature layer, generate geodatabase without showing user the login dialog.
I generate access token using client id and secret, append to my feature layer for geodatabse job, but it fails and gives me this error: Status url is missing from generate geodatabase response.
I read few articles / discussions regarding app login , where I store client_id and client_secret in the app but people are not able to achieve this and have declared app login is available only for public services.
Need to know a better way to achieve this.