how to get user home space via scheduler job
Hi,i have a scheduler job and i want the get the current user's home space when the job runs.how can i get it?.i tried to use the User user = Application.getCurrentUser(context);String homeSpaceID = user.getHomeSpaceId();but since i run it from a s...