问题
How to allow access to accounts by less secure applications?
I do not find it useful to run my scripts on my own classic gmail account, I'm constantly having to authorize the application I created and gives access to my library that I created and that I use exclusively with the classic gmail owner account
Can you tell me how to do without oauth (personal script that uses a personal library) with my one and only classic gmail account?
Hello ,
I currently have a Gmail Basic account at myaddress@gmail.com, I am having a problem with permissions to run scripts on Google Docs that I own in the Drive. I actually have about 5000 documents that has an embedded script that use a unique library called "biblio". All my documents charge at the opening script
function oninstall () {
onOpen ();
}
function onOpen () {
biblio.oninstall ();
}
I sometimes work on one of these documents every three to four months and every time I open it I must allow access to give my contacts: name, age, agenda excer ... to create a "Text" to insert in the "Notes" field of my Google Contact, in fact I filled a form in the Note field.
I'm sure you'll be able to help me because I'm blocking access rights with Google OAuth 2.0, since the switch from OAuth 1.0 to OAuth 2.0 in 2015 Do I really need OAuth 2.0 because I am the only one running my documents and scripts on the same Gmail Public account that I own? I thought I'd do well by declaring my project in Apllication WEB. I am afraid that if deletes this project WEB, I must rehabilitate all permissions. What do you think ? My concern is that Google constantly asks me every 90 days or so (at least what I observed, I read a note from Google on the change from 2015 Switch to OAuth2) permission to run the scripts because the developer is not validated by google !! but the developer is me the owner of the account
What is doing something wrong?
I do not want to publish ADDONS for now, I'm the only one to access my Documents
Is Google GSuite a solution to my problem? I read that with the administration console, the Administrator can give the final authorization to unrecognized Scripts not validated by Google, Is this the solution?
Is there another solution with a Google Gmail basic account to validate his script by Google?
In short I use about 3000 documents that use a library named "biblio" embedded in the latest version with
All my documents charge at the opening
script
function oninstall () {
onOpen ();
}
function onOpen () {
biblio.oninstall ();
}
My concern is that Google constantly asks me every 90 days or so (at least what I observed, I read a note from Google on the change from 2015 Switch to OAuth2) permission to run the scripts because the developer is not validated by google !! but the developer is me the owner of the account
What is doing something wrong?
来源:https://stackoverflow.com/questions/54522218/how-to-allow-access-to-accounts-by-less-secure-applications