Gsuite Integration services not working

Unable to use GSuite Integration services
Package version 2.2.5

Issue 1 — Send Email Activity : UiPath.GSuite.Activities.SendEmailConnections
Thats the only error i see, not very clear.


Issue 2 — Upload File to Gdrive
What is GdriveRemoteItem?
How do I attach a file to upload?

HI,

Issue1

Can you check/share content of $exceptionDetails at Locals panel when workflow stops in debug mode?

Issue2

It’s necessary to use IEnumerable<IResource>. So, for now, can you try PathExists activity as the following?

Regards,

1 Like

Hi @Lokesh_Sharma

For issue one you have to not give double quotes while giving to email. You can directly type on that email.

For issue 2 when you pass the files which are stored in a variable it should of the datatype IEnumerable(IResource)

Hope you understand!!

Thanks @Yoichi

Issue 2 resolved when I used path exits activity,

for Issue 1 this is the exception message

RemoteException wrapping UiPath.GSuite.Exceptions.GSuiteException: An error occured in the activity. —> RemoteException wrapping UiPath.GSuite.Exceptions.GSuiteInternalException: An invalid character was found in the mail header: ‘"’. —> RemoteException wrapping System.FormatException: An invalid character was found in the mail header: ‘"’.
at System.Net.Mail.DotAtomReader.TryReadReverse(String data,
Int32 index,


Thanks @Parvathy

Understood issue 2 and resolved.

For issue 1 when I use single quotes for sender email address this is the error I am getting

Hi,

According to the following topic, double quote is unnecessary in emailid and/or To etc. Can you try to remove it?

Regards,

@Lokesh_Sharma
Don’t use any quotes directly type the emial without any quotes

Regards

Thank you @Yoichi and @Parvathy

Yes, removing the quotes completely worked.

And another way is to pass it in a variable, value of the variable in in quotes.

1 Like

@Lokesh_Sharma

You can pass through an variable too. It’s also an way.

Happy Automation

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.