Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
First, please search through existing issues to ensure that the feature request has not already been reported. You can start the search here:
If the feature has already been requested, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any context of how the feature would benefit you.
Also, please verify that the functionality you are requesting is not already present in the current API and tools.
If your feature has not been requested, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the request:
A function to convert a content: URI from the Android file picker to a fileID, given that the file it points to is in Drive.
What is the purpose of this new feature?
So that files chosen using the system picker can be passed into e.g. permissions().create() in order to share a user-chosen file.
What existing APIs would this affect?
None (barring implementation details like a new ContentResolver column). It can be a new (static or instance) method in Drive.
What existing data does this use?
File IDs and whatever is used to decode content URIs.
Please provide any additional information below.