You need to sign in to do that
Don't have an account?
Khalfe
error code Line: 1, Column: 16 Unexpected token '('
I have this error when I try to execute this code Line: 1, Column: 16 Unexpected token '('.
I checked all the parentheses all of the in the code is correct.
I checked all the parentheses all of the in the code is correct.
public class MyId { public static void show(){ String url='https://drive.google.com/...../'; system.debug(getId(url)); } public static String getId(String gdriveUrl){ String Id = gdriveUrl.remove('https://drive.google.com/.....'); return Id; } }
Hi Khalfe,
I have checked. The class is correct.
To execute "show" method.
Please use -> MyId.show();
Kindly let me know if it helps you and please mark as Best Answer.
Thanks,
It's the same error I dont know why I have second question this SOQL request I want to integrate it a apex class, but I have the same error
Thanks in advance
Hello,
Soql Will be
[SELECT Id, FolderId, Folder.Name FROM Document ]
Thanks