You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that 16278726 is the user ID of bbcnews.
Symptoms
By changing the value of cookies and copying it from Google Chrome to the Settings page inside the Google Sheet, the problem was fixed. The apps script is now able to retrieve data from Instagram API and works properly with the up-to-date cookie.
Screenshot
The text was updated successfully, but these errors were encountered:
- Renamed the `html` parameter to `data` inside the `tryGetStories()`
function.
The new name is more descriptive and accurately reflects the purpose
of the parameter and help developers to quickly understand the code.
- Added new error codes to identify if the API request returns response
in HTML instead of JSON:
* 0xf3
: Include `not-logged-in` in the HTML content
* 0xf4
: Other HTML responses
Bug fixes: #45
Bug Description
Please note that
16278726
is the user ID of bbcnews.Symptoms
By changing the value of cookies and copying it from Google Chrome to the Settings page inside the Google Sheet, the problem was fixed. The apps script is now able to retrieve data from Instagram API and works properly with the up-to-date cookie.
Screenshot
The text was updated successfully, but these errors were encountered: