FileChooser won't let me open some cloud folders

Hi,

When launching a FileChooser on iPad, I can open the Dropbox folder but the Drive and OneDrive folders are greyed out.

The iCloud Permissions setting in Projucer is enabled.

I’m launching the dialog with following flags:
juce::FileBrowserComponent::canSelectDirectories | juce::FileBrowserComponent::canSelectMultipleItems | juce::FileBrowserComponent::openMode

I don’t understand why I’m unable to open the folders, am I missing something?

Best,

Jelle

What does your .entitlements file look like? Don’t have an .entitlements file?

I assumed that Projucer takes care of entitlements, doesn’t it?

This is the content of Builds/iOS/Standalone_Plugin.entitlements (generated automatically)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>com.apple.developer.icloud-container-identifiers</key>
	<array>
        <string>iCloud.$(CFBundleIdentifier)</string>
    </array>
	<key>com.apple.developer.icloud-services</key>
	<array>
        <string>CloudDocuments</string>
    </array>
	<key>com.apple.developer.ubiquity-container-identifiers</key>
	<array>
        <string>iCloud.$(CFBundleIdentifier)</string>
    </array>
</dict>
</plist>

Anyone thoughts?

Seen this?

https://answers.microsoft.com/en-us/msoffice/forum/all/onedrive-save-button-and-folders-grayed-out-on/78223445-e76f-4e00-bffc-a74c4c4e546d

Apparently its a feature of OneDrive …

Based on our internal resources, this is a temporary adjustment in IOS OneDrive and Files App entering read only mode which helps prevent future changes from being lost without proper save. This situation happens with OneDrive iOS version 12.18+ on iOS and iPadOS devices, the Files app experience will reflect that writes cannot be made at this time and will prevent end-users from editing files or folders from the Files app. End users will also temporarily be unable to save items to OneDrive using the “Save to Files” command in the iOS Share sheet.