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
access to links Produced and for the resultant mail merge files to be deposited in my folders.
Actual Behavior
Receive the following message:
Merged letter 1: docs.google.com/document/d/11ePx7cP-M49rBVtF4gvaMBA02ZH92W5xOK5DXOzdH9Q/edit
Merged letter 2: docs.google.com/document/d/1to3zGwJYsBflIeiOm9pydNOdmQ9IJDXxbtNADEsylkA/edit
like from this angle it looks like my code has run perfectly fine but then. I visit the links and it asks for me to request access even though, I performed all the previous steps using the same Gmail account ( i.e. built all the credentials using the same Gmail account, etc).
Steps to Reproduce the Problem
Specifications
Python version (python 3.10.9)
OS (Windows)
The text was updated successfully, but these errors were encountered:
I am having precisely the same problem after coming across the mail-merge quickstart yesterday and giving it a spin. Has anyone discovered the problem/solution?
Hey @wdockery , you will have to "# Establish new permissions for the document" for your document. ( basically put your code through chatgpt and ask it to "# Establish new permissions for the document" ) Should attach code some where in it like this :
"# Establish new permissions for the document"
new_permission = {
'type': 'user',
'role': 'writer',
'emailAddress': '[email protected]'
}
Hopefully that should work. again message if you have any questions or that doesnt work
Summary
https://github.com/googleworkspace/python-samples/blob/main/docs/mail-merge/docs_mail_merge.py
--> docs_mail_merge
Expected Behavior
access to links Produced and for the resultant mail merge files to be deposited in my folders.
Actual Behavior
Receive the following message:
Merged letter 1: docs.google.com/document/d/11ePx7cP-M49rBVtF4gvaMBA02ZH92W5xOK5DXOzdH9Q/edit
Merged letter 2: docs.google.com/document/d/1to3zGwJYsBflIeiOm9pydNOdmQ9IJDXxbtNADEsylkA/edit
like from this angle it looks like my code has run perfectly fine but then. I visit the links and it asks for me to request access even though, I performed all the previous steps using the same Gmail account ( i.e. built all the credentials using the same Gmail account, etc).
Steps to Reproduce the Problem
Specifications
python 3.10.9
)The text was updated successfully, but these errors were encountered: