Hi,
I am trying to use the Dropbox Chooser Api in android app to allow the user to choose files from Dropbox. I was able to launch the Dropbox Chooser successfully from the android app, but after selecting the file, it shows "Creating link..." and then returns to the app. I've overridden onActivityresult() method to get the information about the selected file.But, unfortunately the onActivityresult() is not being invoked and I'm not able to get information about the selected file. I don't see any error in the log except for
"com.dropbox.android.service.DropboxNetworkReceiver(15150): Setting receiver enabled: false".
Kindly help me to resolve this issue.
Thanks in advance.
Regards,
Deepu