0

We have a Google Drive integrated app (marqueed.com) that allows you to authenticate and upload your Google Drive images from inside our app.

However, we don't want Google Drive users to be able to open files ("Open with") our Marqueed app from the Google Drive dashboard: Disable this

We don't want our app to show up in the above screenshot, is there a way to do this?

4

1 に答える 1

1

アプリケーションは、APIコンソールの[ドライブSDK]タブにMIMEタイプまたは拡張子がリストされているファイルの[プログラムから開く]メニューに表示されます:https ://code.google.com/apis/console/

デフォルトとセカンダリの両方のMIMEタイプと拡張機能からこれらの値を削除するだけで、アプリケーションは表示されなくなります。

詳細については、https://developers.google.com/drive/register#setting_mime_types_and_extensionsのドキュメントを確認してください

于 2012-07-11T23:37:16.303 に答える