I have recently started developing an app in Java using Google Cloud Platform services and I would like to use google cloud storage for image/video storage. After having researched thoroughly through google's own documentation and found out that there are several ways of using the Cloud Storage service I am a little confused..
From what i've read, the service can be accessed using the XML API or the JSON API . Assuming that i choose the JSON API this is divided also in two alternatives as described here . Using, Google API Client Libraries or using Google Cloud Client Libraries so my question is: which approach is considered more up-to-date and more efficient in terms of code complexity??
I do understand that probably it depends, but i would like to hear a view from people with "guru" status in the google cloud platform.
Thanks!