We have managed to find the files that are in shared drives. Here's what I've done.
In our RCE we have a google drive shortcut. Yes it doesn't show shared drives but if I search for the content by name, it will show up and I can select it. In my case I wanted to embed the file. Canvas posted an error message that it didn't have access to the file. I went into the html. I changed the pink portion of the html, replacing it with the shared link to the file, the one that ends with /edit?usp=sharing". I did it this way to keep the iframe parameters. You could just as easily copy this code and use that directly I'd guess.
<p><iframe class="lti-embed" style="width: 800px; height: 600px;" title="Pre Lab Reading:Enzymes" src="/courses/349088/external_tools/retrieve?display=borderless&url=https%3A%2F%2Fgoogle-drive-lti-iad-prod.instructure.com%2Flti%2Fcontent-view%2Frce%2GG92918185" width="800" height="600" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" mozallowfullscreen="mozallowfullscreen" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *; autoplay *; clipboard-write *; display-capture *"></iframe></p>
We have used the same search technique in the google cloud assignment to find the files that are in shared drives, but that one worked without any editing needed.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.