Hi, I'm looking to use Google Cloud Storage to store files uploaded from an iOS app on behalf of the app without user involvement. I would appreciate a quick check of my findings so far from someone more knowledgable. According to what I've read it seems:
1) I should opt to use v2 of the API
2) This means authentication will be through OAuth
3) For my purposes therefor I want to use the OAuth for Service Applications
4) No client library for iOS exists to create the token request
5) This means writing iOS code to create and sign a JWT
I'm at the formidable step 5 and wanted to make sure I wasn't missing some easier path here. Thanks!