Google Spreadsheet > Sheets API - google-sheets-api

Editable Link - https://docs.google.com/spreadsheets/d/1vrzchTHVwwzc9wgFGmtc_zBsh27CEtE7KOyeNDuLwC0/edit?usp=sharing
Published to Web - https://docs.google.com/spreadsheets/d/e/2PACX-1vRaJd3YpKnemAneU47RI58m7cxQsYFdViFBxJPVCrb8ehbLMqIqU6yNhchJzdroflL8IhA5s6V56IJP/pubhtml
API Link - https://spreadsheets.google.com/feeds/list/2PACX-1vRaJd3YpKnemAneU47RI58m7cxQsYFdViFBxJPVCrb8ehbLMqIqU6yNhchJzdroflL8IhA5s6V56IJP/public/basic
When I structure my sheet API link it returned a page not found message. I am following the structure presented in the Developer Tools (https://developers.google.com/sheets/api/guides/migration#retrieve_row_data) and yet the continues to show as unaccessible.
Is there a different struct I should follow or has google made changes to the accessibility of if the spreadsheet API?
Any suggestions would be helpful.

https://developers.google.com/sheets/api/guides/migration#retrieve_row_data this is a migration guide and you are using their deprecated v3 API https://spreadsheets.google.com/feeds/list/2PACX-1vRaJd3YpKnemAneU47RI58m7cxQsYFdViFBxJPVCrb8ehbLMqIqU6yNhchJzdroflL8IhA5s6V56IJP/public/basic
the v3 API is shutdown https://cloud.google.com/blog/products/g-suite/migrate-your-apps-use-latest-sheets-api
use v4 API instead (click V4 API tab in the guide)

Related

BigCommerce API v3 - Google shopping with BigCommerce API v3

I am working with the v3 of the BigCommerce API and need to find a way to update or on-create the field for google shopping fields for each product.
There is a GET googleproductsearch in v2 but no documentation on updating seem to find an update path
I have tried following this thread:
Accessing Google Shopping Fields via BigCommerce API
Does anyone know what the endpoint to update or create a google shopping setting onto an item using the API instead of the site:
The Google Shopping feed functionality is currently being sunset and isn't included in V3 Catalog APIs, which is likely why documentation for an endpoint was removed. I was able to see the Allow Headers only includes GET, HEAD, and OPTIONS so it doesn't look like modifying these fields is possible via API. You can use a CSV import to accomplish this, and you can find more info about that here: https://support.bigcommerce.com/s/article/Importing-Exporting-Products#table

IBM API Connect not showing API that I just created

I just created an API on APIC, but when I search APIs it doesn't show up in the search. Any idea why or where I can find the API I just created?
Try searching for the product. Then you can search through the product's API's and it should be there.

Any way to get a Restaurant menu from Yelp! API

Trying to extract some menu data from a restaurant on Yelp using the v2.0 API. The only thing i am getting via the API response is a menu_provider field which i don't know how to use - any ideas?
My understanding is that Yelp gets their menu information from Locu (and potentially other sources), so they won't share that via their API.
Per their documentation, they provide menu_provider and menu_date_updated, but not actual menu data in their API.
Documentation: http://www.yelp.com/developers/documentation/v2/business
TechCrunch article on partnership: http://techcrunch.com/2013/04/23/yelp-partners-with-locu-allowing-businesses-to-post-menus-daily-specials-photos-to-yelp-in-real-time/

Setting access control for comments (allow comments = approved instead of all) using youtube Api V3

We are using youtube api v3 to upload video from our content management application to youtube. Everything works as expected. But in advanced settings there are options for comments in UI. With in comments there is an dropdown for Allow comment. By default it is setting to all. How can we set to approved using youtube v3 api. Using v3 api can we do it at all? If not any chance that might be added in V3 and how soon it will be? How can do it in v2 if we can't in v3? Appreciate you help in advance.
I too don't how to update it through V3 but we can do it in V2. In access controls you can find "comment" parameter. For approved comments i think you need to set it as "moderated".

Does the Google+ Hangouts API support filling app fields on the runtime?

I am trying to build a app using the hangout API, starter app.
Does the Hangouts API have support for data fields to be added on runtime?
For example,
a. If we need to add team members to our app
b. Or when we do 'Create Application' (https://appengine.google.com/)
c. When we enter AppEngine app ID to Gadget URL (https://code.google.com/apis/console/?api=plusHangouts)
Can we do the above using Python code and using the API (if there are any)?
As documented in Google APIs Console Help we don't let people programmatically register data into the APIs console.
Don't forget that that the current restrictions are because we are in a developer preview.