I created a Web App in the Cloud developer console. I have a project called "Personnel Folders" (with a space). I added this to my project scope in oAuth2.0 scopes.
I can not get the web app to work when there is a space in the project name. It might be the way my app is sending the space?
The only way I could get this to work is to remove the space in project name and send "project/PersonnelFolders"
I am sending it through my app so I don't have visibility into any error messages. Would cURLs through POSTMAN reveal some more info (e.g. project not found)?
I can dig in to this more but I was wondering if the space if supported...