You will most likely have to implement a carry adapter for Paperclip. Take a look at something like https://github.com/dripster82/paperclipdropbox as an example. In this case, it seems that it only supports downloading to one pre-authorized account. If itβs OK, then changing it for Google Drive instead of Dropbox should be easy. If you need to support multiple users, you need to make sure that the correct credentials are used for the current user.
In any case, paper clip documents are probably the best place to get started :)
source
share