I'm making a shortcut intent for my app and I would be able to post a picture from my shortcut like Instagram or WhatsApp.
Problem, when I click on my parameter called "Media" which type is "File" -> "Image": here it is on XCode,
and it opens the iCloud drive, which i don't want: here is my Intent in Shortcut App
I've checked what "Instagram" and "What's App" do and they display some default options when you click on the parameters, such as:
- Clipboard
- Current Date
- Device Details
- Shortcut Input
Here are some examples:
I want to do the same, but how ???
Does anyone know how to do this? I can't find documentation for this particular thing...
Thanks !