Investigate KIO::UDSEntry::UDS_EXTRA usage
Open, Needs TriagePublic

Description

KIO::UDSEntry::UDS_EXTRA can be used to store addition data in an entry (data as defined in the ExtraNames and ExtraTypes arrays, see kio's trash.json as example). This could be useful to store the gdrive ID out of the URL, e.g. in order to get clean filenames.

As of now, the first UDS_EXTRA is used to store the alternateLink of a Drive file. This is necessary for providing an url to the 'Copy Google URL to clipboard' action.