I am using GSuite. I uninstalled Goobric add-on from sheets and get this email EVERY DAY - google-workspace

I am using GSuite. I tried the Goobric/Doctopus add-on last year and uninstalled it from Sheets because I didn't like it. I still get this same email EVERY DAY. ​
Your script, Goobric Web App, has recently failed to finish successfully. A summary of the failure(s) is shown below. To configure the triggers for this script, or change your setting for receiving future failure notifications, click here.
Summary: Error Message Count Authorization is required to perform that action. 24
​1/6/18 7:14 PM checkFixFormTrigger Authorization is required to perform that action. time-based 1/6/18 7:14 PM
1/6/18 8:14 PM checkFixFormTrigger Authorization is required to perform that action. time-based 1/6/18 8:14 PM

I came across a similar message related to Goobric the past few days. While I couldn't find the offending document, I was able to remove the trigger using these steps:
Open a Google Doc or sheet, and choose Tools->Script Editor.
Choose "Edit" and you'll get a result as illustrated below :
This will show you all the triggers your account has set up. While it doesn't identify the documents that have the trigger installed, you should be able to identify the offending trigger and click the X on the left to remove it.
source: Stackoverflow

Related

Can't restart a Zoom meeting using the start_url again

I am using Zoom’s “Create a Meeting” API to create a zoom session and get the session’s start_url (https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/meetingCreate).
When I use the start_url for the first time, I’m able to get into the zoom session fine. But say I decide to end the meeting and rejoin, I get the error:
you cannot start the meeting because it is hosted by another user zoom.
If I try rejoining using the join_url, I get the error this meeting ID is not valid.
This is an issue because a user should be able to start a meeting, leave, and then restart the meeting if desired. This is an even bigger issues for recurring meetings because all the meetings have the same start_url and the start_url is only working once.
I also tried getting the start_url dynamically each time by calling the “Get a Meeting” API (https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/meeting). Similar to above, I am able to successfully get the start_url and start the meeting the first time. The second time onwards, I get the error: { code: 3001, message: ‘Meeting does not exist: 82749987484.’ }
How do I successfully handle starting a zoom meeting, ending the meeting, and then restarting the meeting again?

Can Google Workspace Alert Center be used with Email Log Search?

Is there a way to create an Alert Center notification based on criteria returned in the Google Workspace Email Log Search?
For example..
If an email address sends a message to 1000+ recipients or sends 1000 messages to 1000 recipients...
We already see the System Defined alert center actions if say... someone flags a message as phishing, but we want to create a triggered alert rule based on the count of messages.
Thanks in advance.
This can be done using the Investigation tool found at ‘Security’ > ‘Investigation Tool’ Be advised this is a feature available for these editions: Enterprise; Education Standard and Plus as documented here
Basically what you are looking to do is build a query like this:
Data Source = Gmail Log Events
With Conditions Below:
Event Is User spam classification
AND
Spam classification Is Phishing
Like this
Then:
Click on the three dots at the top right, next to the bin icon.
Click on ‘Create activity rule’
Add a name + description. Click on ‘Next: View conditions’
Click on ‘Next: Add Actions’
Select the time window: 24hrs o 1hr
Scroll down and set the threshold desired and configure it (basically after how many incidents this will be triggered)
Add a desired action, eg. Send to quarantine, etc.
Select the severity of this rule
Check the box to ‘Send to alert center’
10.Configure Email Notifications.
11.Click on ‘Next: Review’ and make sure it is set to ‘Active’
12.Finally click on ‘Create Rule’
Keep in mind this may take some propagation time of up to 48hrs. For more information on the Investigation Tool see here
Unfortunately the way the Alert Center works would not allow an integration with the Email log search.
They both work on a different way, the Alert center has his own set of parameters to determine the severity, while the Email log search works like a direct tool to audit the data manually.
I believe the best available option to create rules and get notifications an alerts while using the Alert Center dat, is the Investigation tool which is only available with certain versions, check it!

How to determine the Log-In Count and Last Log-on date of users account in Windows XP while using the autopsy tool?

I'm doing some activity in my class in digital forensics I was able to find the last user who login on the computer (found it on WINDOWS/SYSTEM32/CONFIG/SOFTWARE/MICROSOFT/WINDOWS NT/CURRENT VERSION/WINLOGON/DEFAULT USER NAME). There are 5 user accounts on the computer and I need to find the log-in count per user and last log-in date per user, in what folder should I find it? I'm using the Autopsy software.
This explanation should help, but this will be a generic answer, as the problem is not reproducible.
Normally the "C:\Windows\System32\winevt\Logs" folder is containing the event logs on Windows systems, tracing login events. You should look for the Security.evtx file(there will be plenty of logs in there, and you are looking for 4624 logs in it). If your Autopsy version is parsing this, you should try to find interactive logins(~= normal keyboard logons, or logon type 2 see the explanation. This is an assumption).
You can either count them or it's an old Autopsy version which doesn't support parsing, export the Security.evtx file instead, and open it in Event viewer on your forensic analysis host locally, and filter(open up Security.evtx with Event Viewer, Actions/Filter Current Log/Includes Event IDs: 4624, Keywords: Audit Success, User: Xyz(and change it to the next one once examined)

How can i get Last login user date time and update in user form in online CRM 2011

Hello i have created on field in user(systemuser) Form.so i need to show Last Login Date time in that field.so i have to write PlugIn/script or anything.so basically my question is i get the information from Audit View.but how can i write Plugin and on which entity.because i cant find the Entity Audit in Plugin Registration tool.if so then may be i can write the plugin on Create Audit and update it on User Form.
I have just tried in one sample like below but i cant find date field.but my question is where can i write plugin and update user form.
var query = from a in orgContext.CreateQuery("audit")
where (int)a["operation"] == 4 &&
a["objectid"] == "E39383B6-AFBB-45DD-9F4A-C140A03F1871"
select a;
how can i get that field from audit.
In short i want last login date and time for Login User..
Is there any way?
CRM 2011 doesn't support tracking when users login / logout. If you're running locally you'd have to hack together some sort of system that read IIS logs and then updates a custom field on the User entity itself...

Google App Script Spreadsheet Form error

Separate issue raised with Google by st...#ditoweb.com here (issue 2391)
We have an iframe-based spreadsheet form on a website (http://www.monarch-equestrian.co.uk/brochurerequest.html) which is set to generate emails with attached PDF's to respondents.
Over the past few days, this has been generating an error notification - "You do not have permission to call getActiveSpreadsheet". The script, triggered on submission, has been working perfectly - however the spreadsheet had grown to 1387 rows so we archived it and deleted most of the records in the original (in case we had reached the limit allowed and so we wouldn't have to create a new spreadsheet etc).
The question is, even though the spreadsheet is presumably now within data limits and all the settings are unchanged, why are we still getting the error?
According to the reported issue noted in the question, this was fixed Feb 25, 2013.