Just started using the googledrive
package and it is excellent! I'm now trying to find out if it is possible to use drive_share
to restrict permission to download a shared file. I can go into my google drive and select this permission manually (see screenshot) but it would be nice to have access to this setting from the drive_share
function. I see references to canDownload
in the github repo for googledrive
but the API documentation linked on GitHub don't seem to mention it. I also tried canDownload
as an argument to drive_share
but that resulted in an unknown parameter error
Is restricting download possible using the googledrive
package? Thanks