-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't log in with .synapseConfig #330
Comments
Also, hiii 👋 😁 |
Hi @lopierra! Good to see you here. Ah, sorry for the troubles! We have had troubles with OneDrive in the past as it's a 'virtual' file system - not sure that will work. Instead of using the config file, can you try setting a system environmental variable. Id have to look at what that looks like on Windows but on a Mac terminal.
I'll have the team take a closer look on Monday when we are back in. |
I think that worked - thanks @thomasyu888 ! In my Home directory (the OneDrive folder), I created a No idea why it couldn't find my .synapseConfig file but seems to be able to find the .Renviron file 🤷 |
Awesome! I'll make sure to create a ticket so we add this to the documentation for OneDrive users. Can it find the synapse cache folder? |
Not sure - where do I find that? |
Can you try downloading a file with synapser? It will download a file somewhere onto your drive (maybe OneDrive) just wanted to make sure it works. |
resulted in
That's on my local machine - my "Home" folder according to
But regardless, it is saving it to synapse cache, so I think that's working properly? |
Operating system
Windows 11
My Home directory is a OneDrive (ugh) folder, not sure if that is relevant
Description of the problem
I just installed the latest {synapser} on my new laptop. I got a personal auth token from Synapse and created a .synapseConfig file in my Home directory, but
synLogin()
returnsError in value[[3L]](cond) : No credentials provided.
I am able to log in with
synLogin(authToken = "<my_token>")
so the token seems to be working.My .synapseConfig file looks like this:
Output of
sessionInfo()
The text was updated successfully, but these errors were encountered: