vrag86 / perl-net-google-drive

Perl module for Google drive API
0 stars 4 forks source link

Allow no access token, upload to shared/team drives #4

Open dkechag opened 5 years ago

dkechag commented 5 years ago

Avoid trying, or even providing, an access token if you know it is expired. Allow uploading on shared/team drives (this is required until it becomes default API behavior in mid-2020).

dkechag commented 4 years ago

You are right, I should not have just copied the not $@, I always use ! which has a higher precedence, so I can avoid parentheses which add some difficulty to reading.

dkechag commented 4 years ago

Feel free to change it, it is your module after all ;) Thanks!

dkechag commented 4 years ago

I can close this if there is no interest in including it currently.