R-ArcGIS / r-bridge-site

In development site for R-ArcGIS Bridge
http://r.esri.com/r-bridge-site/
0 stars 3 forks source link

Issue with token authorization function #18

Closed alexaderosa2 closed 2 weeks ago

alexaderosa2 commented 6 months ago

Your instructions have this code block to authorize the arconline token that directs users to use the wrong function to set the token.

token <- auth_code()
set_auth_token(token)

Based on this documentation I believe the function should be set_arc_token(), this seems to have worked for me.

JosiahParry commented 6 months ago

Thank you! That is correct. We changed the name and may have missed some spots!

mmachir commented 2 weeks ago

Thank you! Addressed here: https://github.com/R-ArcGIS/r-bridge-site/pull/30