Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot save anything in Google API's Drive UI Integration

I am using chrome and after clicking Drive API, enabling it, and in the tab Drive UI Integration nothing can save! I've tried refreshing, restarting and on multiple computers.

I type my application name in and change settings, but the save button never becomes enabled.

What is going on? Is there something I am missing. This is so confusing? I cannot proceed because the save button never enables

enter image description here

like image 900
Nearpoint Avatar asked Sep 28 '17 02:09

Nearpoint


People also ask

How do I upload files to Google Drive using API?

To perform a simple upload, refer to Perform a simple upload. Multipart upload ( uploadType=multipart )—Use this upload type to quickly transfer a small file (5 MB or less) along with metadata that describes the file, in a single request. To perform a multipart upload, refer to Perform a multipart upload.

How do I enable API in Google Drive?

Enable the Drive APIGo to the Google API Console. Select a project. In the sidebar on the left, expand APIs & auth and select APIs. In the displayed list of available APIs, click the Drive API link and click Enable API.

How do I fix Error 403 user limit exceeded?

Resolve a 403 error: Project rate limit exceededRaise the per-user quota in the Google Cloud project. For more information, request a quota increase. Batch requests to make fewer API calls. Use exponential backoff to retry the request.

How do I create a Google Drive folder in Google Drive API?

To create a folder, use the files. create method with the application/vnd. google-apps. folder MIME type and a title.


1 Answers

The form is garbage and doesn't make it clear what you've neglected to fill out. But, if you read the text in the form you need to upload at least one "Application icon" (not Document) and you need to put in an "Open URL" value. Until you put both those in you can't save any changes on that page.

like image 65
stuckj Avatar answered Sep 18 '22 16:09

stuckj