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?
Yoichi
(Yoichi)
August 10, 2023, 1:13am
2
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
Parvathy
(PS Parvathy)
August 10, 2023, 1:18am
3
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
Yoichi
(Yoichi)
August 10, 2023, 2:02am
6
Hi,
According to the following topic, double quote is unnecessary in emailid and/or To etc. Can you try to remove it?
@noussair_prof
I guess the email id you provided contains double quotes please remove them and it should work as expected
If you give the mail id directly no need to enclose in double quotes…if you open the advamced editoe and then give the mail id then double quotes are needed
Hope this helps
Cheers
Regards,
Parvathy
(PS Parvathy)
August 10, 2023, 2:02am
7
@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
Parvathy
(PS Parvathy)
August 10, 2023, 2:19am
9
@Lokesh_Sharma
You can pass through an variable too. It’s also an way.
Happy Automation
Regards,
system
(system)
Closed
August 13, 2023, 2:20am
10
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.