47 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
66
views
Google OAuth 400 invalid_request (Missing redirect_uri) with Python InstalledAppFlow despite correct "Desktop app" JSON
I am trying to authenticate with the Google Blogger API from a Python script (in a standard Google Colab environment) and am consistently getting a 400: invalid_request error with the detail Missing ...
1
vote
0
answers
59
views
Uploading video to blogger from NodeJS
I am trying to upload video to blogger using following code. I am able to get the response from my code. I am getting stuck at, that I am not able to transfer the video data to blogger.
My NodeJS code:...
1
vote
0
answers
164
views
I can't use the blogger api it gives me a 403 error even though i am authorized
This is my code that is supposed to get an access token using a service account I have set up (which is done correctly) then use the access token to authorized an API request to the blogger API (which ...
0
votes
0
answers
109
views
The contact form for bloggers becomes unresponsive approximately six hours after updating the homepage
The contact form on my blogger website's homepage becomes unresponsive after approximately six hours. However, it starts working again when I make any updates to the homepage. I'm puzzled about why ...
1
vote
1
answer
1k
views
How do you create blogger posts using google blogger api with python?
I have successfully used the google api sandbox and been able to create posts on my blogger website, that was by using it through HTTP post requests.
POST https://blogger.googleapis.com/v3/blogs/...
0
votes
1
answer
137
views
How to create a new div for a custom tag in Blogger?
I have a site on Blogger. I share book quotes on this site. At the same time, as of today, I started to share poems. The section below shows all my posts:
I want to create a separate area for poems ...
0
votes
1
answer
852
views
Error 403 when trying to play the direct URL of the generated blogger video with curl
when trying to reproduce the url rescued from the code below I get a 403 error, but when opening the url directly it works https://www.blogger.com/video.g?token=...
1
vote
0
answers
346
views
Blogger API v3 : when calling /posts/search/, parameter nextPageToken is not working
When calling {URL}/posts/?{parameters} :
the 10 first items are returned
if the response contains more than 10 items, an attribute { "nextPageToken":"xyz" } is added to the JSON ...
-5
votes
1
answer
2k
views
How to remove Blooger post snippet code from below template?
Here is the demo link of the Blogger theme I will be using : https://shareme-templatesyard.blogspot.com/ and here are I posted full Template code https://pastebin.com/n13RQGnC
I don't have my own blog ...
0
votes
1
answer
746
views
Adding a post using Blogger API not working
i am using Google Blogger API to create posts programmatically in a blog I created. I am using the code below to try and create a new post but it is not adding a new blog
The code:
private void ...
0
votes
0
answers
314
views
'404: Not Found Error' when requesting Blogger posts from Google API
Getting an error when I attempt to retrieve a list of Blogger posts through the Google API.
Am using python requests module to make requests via plain GET urls. (Not using the Google Python Client).
&...
1
vote
0
answers
67
views
How to add syntax highlighter to a code fetched with a blogger api in android?
I want to make an android app for my blog hosted on blogger but it includes some codes in the posts gor which I use prism syntax highlighter on web. But when I fetch the data to mobile app using the ...
1
vote
1
answer
1k
views
Need help in Obtaining google OAuth 2.0 access tokens
Trying to Create automate blogger post using Google API's REST calls (not via JavaScript or any other coding languages ). I am able to create all the Google using api Key and Auth2.0 Client. https://...
2
votes
1
answer
1k
views
How to use OAuth 2.0 credentials with blogger api v3 (python requests)
I am trying to automate my blog writing a bit by using Blogger API v3.0.
I have my API_KEY and by using it I managed to access my blog like that:
import requests
APIKEY = 'XXX-YYY-ZZZ'
BLOGID = '...
1
vote
2
answers
4k
views
Why I'm not getting CNAME records from Blogger?
I'm setting up my custom domain with Blogger and from tutorials I can see
Blogger should be giving CNAME records upon entering custom domain.
That isn't happening. Has Blogger changed how this is done ...