Difference between google api and google rest api?
1 answer
I am assuming that when you say Google Drive API you mean Google Android Android API. It is a native Android API that uses Google Play Services for communication.
Whereas the remainder API is an HTTP API - which can be used on any platform - web, Android, iOS.
The Android API is a layer of abstraction with certain optimizations. Thus, your choice of API will depend on your use.
+1
source to share