python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Google Drive API files:COPY returns 404 error
When I run 'https://www.googleapis.com/drive/v3/files' successfully works
However if I try 'https://www.googleapis.com/drive/v3/files/{fileId}/copy' it returns a 404 Error
Have double checked the 'fi...
Parimal Kshatriya
Votes: 0
Answers: 1
Switching Google Docs from Canvas to DOM mode - programmatically?
My question is regarding this update (https://workspaceupdates.googleblog.com/2021/05/Google-Docs-Canvas-Based-Rendering-Update.html) from May 2021 that affects our chrome extension, that we are just ...
user2950957
Votes: 0
Answers: 2
How add styled paragraphs in Google Document by API
i have a functional PHP script to add plain text into Google Document, but I'm struggling to insert paragraphs with styles. What I want to achieve is
append heading paragraph with text
append paragra...
PayteR
Votes: 0
Answers: 1
Get the hyperlink and its text value using google docs
I hope everyone is in good health.
My main goal
So main goal was to get the hyperlink and the text linked with it. I initially used code as below :
var ekArr = [];
function myFunction() {
var doc= Do...
kanu priya
Votes: 0
Answers: 1