从谷歌驱动器中选择.xps文件

时间:2017-07-28 09:16:31

标签: ios objective-c google-drive-api uidocumentpickervc

我想使用文档选择器从谷歌驱动器中选择.xps文件,但文件显示无法选择。 我可以从iCloud中选择此文件而不进行任何更改,但不能从谷歌驱动器中选择。

我不想使用google drive SDK。

我试过这段代码。

UIDocumentPickerViewController *picker = [[UIDocumentPickerViewController alloc] initWithDocumentTypes:@[(NSString*)kUTTypeItem,(NSString *)kUTTypeContent] inMode:UIDocumentPickerModeImport];
picker.delegate = self;
[self presentViewController:picker animated:YES completion:nil];

0 个答案:

没有答案