Requested value 'local disk' was not found

Hey everyone, I have created a UiPath studio script using GSuite activities to use Google spreadsheet. Now when I am using the same script on my computer, it works fine. I have delivered this script to someone but when he is trying to run the script UiPath studio throws an error “requested value ‘local disk’ was not found”. His laptop is in Spanish is it the reason or there is something else that is missing? Local disk is the property under the Google spreadsheet process scope.

An exact error is pasted below:
An unexpected error occurred during the library build process:
Cannot create an Activity Builder for Main.xaml. Reason: ‘Could not create a ‘DataStoreLocation’ from the text ‘Local Disk’. Requested value ‘Local Disk’ was not found.’

What I believe is an issue is here in the option I have selected never store as well but same error. It is strange that it is working on my computer but when I changed computer it is not working on it.

error

Any help will highly be appreciated.

Thank you.

@Muhammad_Anas_Baloch

Try using never store even that is an option

ideally the storage is in installation path…may be that path is not defined in environment variables of the target computer

Never store would be a better option for you

cheers

Got this error:

An unexpected error occurred during the library build process:
Cannot create an Activity Builder for Main.xaml. Reason: ‘Could not create a ‘DataStoreLocation’ from the text ‘Never Store’. Requested value ‘Never Store’ was not found.’

@Muhammad_Anas_Baloch

Can you try copying the .nuget folder from your pc to his…same location
C:\users\<username>\.nuget\packages

Cheers

Sure, will do that and mark your answer as a solution if it works.