is there a way to generate or get a long living authentication token for Drive REST APIs?
I am interested in pure REST API calls (no SDKs) for a server-to-server scenario for communication with a single Drive (no access to users' Drives). If I didn't missed something, this is supported: https://developers.google.com/identity/protocols/OAuth2ServiceAccount
However, the generated access token is valid for an hour, which I think is quite an overhead.
For similar functionality Dropbox provides long living access token. Is this somehow possible with Drive?