Hi Miles,
AtoM can link digital objects via URL and automatically generate local derivatives (i.e. lower-resolution access copy on the related description's viewpage; thumbnail for search and browse results), but ONLY when 3 conditions are met with the provided URL:
- There MUST NOT be any barriers to access - no "click to continue" or captchas requiring interaction, no password prompts or firewalls. The objects must be available on the public web
- The links provided MUST use HTTP or HTTPS - local share drive links, or FTP / SFTP links for example, will not work
- The links MUST end in the file extension of the target object - .e.g .jpg, .pdf, etc. Otherwise AtoM cannot identify the target object.
It is this third criteria why Drive links do not typically work - Google does not provide a link directly to the object, because it generates arbitrary permalinks that remain stable even if the object is moved to another location in the user's Drive. It is similar with YouTube videos for example - to prevent unauthorized downloads, YouTube does not provide a direct link to the MP4 (or AVI, etc) video file - instead they generate a unique abstract permalink to the video player page and only allow end users to access that.
This is mentioned in the admonition below step 5 in the documentation instructions found here:
Perhaps the solution that Mario provided might offer a workaround that can generate a URL that meets the 3 criteria.
Otherwise, you CAN add such a link anyway to AtoM and when clicked it will follow - but to properly display the target object metadata you'd need to manually edit that, and for derivatives you'd need to create and upload your own. See:
Keep in mind as well that if a system administrator ever ran the derivative regeneration command-line task, your hand-made derivatives would be lost, and would need to be manually created and reuploaded again as well!
Cheers,