My question is if it is not possible to copy a file from one folder in drive to another folder in drive with the google drive api if you only have the scopes \"drive.file\" and
Figured I ask and put the answer up since it's hard to find info about the google drive api.
It is possible but you also need the "drive.metadata" scope for it to work. You can ofc use the "drive" scope but that provides more access than needed.