Kate Johnson

Results 9 comments of Kate Johnson

I have the same issue, but don't know where to start to fix it. Can someone provide some instructions for a beginner? `{"error":"redirect_uri_mismatch","error_description":"The redirect URI provided is missing or does...

@akshar001 We have a Meteor site that is set up to use oauth to ping a Drupal site for user credentials. From the Meteor site you click a button, which...

@nooitaf It looks like github doesn't support upload of that file type (.indd) so I had to compress it into a .zip [indesign_figure_Test_v1.indd.zip](https://github.com/CollectionFS/Meteor-CollectionFS/files/1611710/indesign_figure_Test_v1.indd.zip)

@nooitaf Any update? Were you able to get the file to work?

@jankapunkt Thanks for your response! Correct, I'd like to be able to get a list of users who have that scope. Using the example from your documentation below, I'd like...

> I see two things here: > > 1. Get users that have a specific scope, any role > 2. Get users that have a specific scope with a specific...

> @kjrhody , you can get the info running this query: > > `Meteor.roleAssignment.find({scope: 'real-madrid.com'})` @ricaragao Thanks, I've tried this and it isn't exactly right. For example, if a user...

Any updates on this? Having the same issue but with `.Polygon`. I have a Meteor site and am accessing Leaflet through several `script` tags in my `index.html` but they are...

I should note I am using Meteor and running the following code to import the JS file: `import * as lw from '../../../client/js/leaflet.antimeridian-src.js'; `