Is the Google Drive API the same as the Google Drive Android API? - google-drive-api

We recently received an email notifying us of the Google Drive Android API deprecation in February, referencing that one of our applications uses this.
After looking further, our app uses the "Google Drive API," but we're wanting to know if that's the exact same thing as the "Google Drive Android API" that the email/deprecation references.
Thanks

Related

Does Google Drive API have a api to show the upgrade link?

Does Google Drive API have an api to show the storage upgrade link?
I mean a link which can let user to buy more space.
Like Google One, https://one.google.com/plans
Thanks.
The google drive api is a file storage api. It gives you access to the data beind the google drive web application. It does not give you any control over the google drive web application itself.
Upgrade storage link is outside the scope for this api.

Google Drive APi and Google Maps in the same application

I'm using Google Maps API in my application. I want to use Google Drive too. Do I need to create a new key and project in google developer console, or just enable Google Drive?
Just enabling Google Drive would be fine.
According to the console help docs:
a project is a collection of settings, credentials, and metadata about the application or applications you're working on that make use of Google Developer APIs and Google Cloud resources.
So in other words, one project == one app.
https://developers.google.com/console/help/new/?hl=en_US#managing-projects-in-the-developers-console
Hope this help!

Google TV, Access Google Drive using Android API not possible

We are building an app where we needs to access files stored at google drive.
We are able to run our app other than google tv.
Reason found so far:-
Google Play Services are not available for google TV.
us there any alternative to access Google Drive File at Google TV.
Thanks
Dev Team
You should be able to do the OAUTH2 in a WebView and use the raw api's. https://developers.google.com/drive/
and
https://developers.google.com/drive/quickstart-java
You'll probably need to use different support libraries for TV.

Upload File to Drive Remotely

I was trying to upload files to google drive from a Desktop Application, but i couldnt find how to do it with Google Drive API since that is based for google browser apps. For this matter should i use Google Drive API or Documments API?
You can use both Drive API or Documents List API to achieve, but the Drive API has the additional requirement that Apps need to be installed (for now) from the Chrome Web Store. Once installed, if you authorize the user with OAuth 2.0, you can use the Drive API in a desktop app.

Use Google Drive APIs for android application

I want to integrate Google Drive on an Android application.
It looks like it's possible to integrate Google Drive using Google Drive APIs and Google Document List APIs.
Is there any issue to integrated Google Drive, like guidelines or rules?
I downloaded assets of Google Drive icons from Branding Guide Line. Is it OK to use any icons from them?
Is there any guide lines to integrate Google Drive on android application?
I checked the developer documents for Google Drive. It described them for Chrome Web Applications. I couldn't find any documents regarding Android applications. When will documents and guidelines for Android application be released?
I have some questions concerning Google Drive policy. Where can I get these policy questions?
Most of our branding guidelines ar described in this document as long as you follow them you should be fine using the assets and the Drive brand.
For your policy questions simply ask them here. If they have legal implication please send an email to legal#google.com, you may also try policy#google.com