Google Drive Api Can't Connect/authorize To Google Account
I am trying to build an android app that integrates google drive api and uses the drive as the storage storage for it however I am after running into issue with it from the very be
Solution 1:
This is not the answer, but it will help you.
Start by defining which Google Account you will be saving to. The whole enchilada is totally different if the user will be using his own account, or some centralised account.
Next you need to decide which API/SDK you wish to use. Assuming you want the user to save to his own Google account, you have a choice between using the REST API (with or without the Java SDK) or the Android API. The REST API allows access to all Drive features, but only works when the handset is online and requires a bit of wrangling to get authorised. The Google Drive Android API (GDAA) offers a subest of features, but is easier to get working and has the advantage of allowing offline access.
Post a Comment for "Google Drive Api Can't Connect/authorize To Google Account"