One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Bassebus
6 years agoHelpful | Level 5
iOS Document Picker greyed out
https://developer.apple.com/documentation/uikit/view_controllers/providing_access_to_directories
let documentPicker = UIDocumentPickerViewController(documentTypes: [kUTTypeFolder as String], in: .open) documentPicker.delegate = self present(documentPicker, animated: true, completion: nil)
I cannot select Dropbox (or Google Drive...).
Does anyone have a solution for this?
The Dropbox document picker doesn't support opening folders, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
- Greg-DB
Dropbox Staff
The Dropbox document picker doesn't support opening folders, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
- BassebusHelpful | Level 5
Ok, no problem. Thanks for the reply, at least I can stop spending time trying to get this to work :)
- RosemaryOrchardNew member | Level 2
I would like to request this feature as well - I am unable to sync folders of files in most applications and it would be really helpful to be able to do so!
- Greg-DB
Dropbox Staff
RosemaryOrchard Thanks for the feedback!
- Richard24New member | Level 2Ok
- jbmorleyNew member | Level 2
I too would like to add a request for this feature; it would vastly increase the utility of Dropbox for me on iOS, as a user, and as a developer of apps that provide file management utilities.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,947 PostsLatest Activity: 4 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!