These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

google doc access mask

Author
jsmb
The Deuoi
Brute Force Solutions
#1 - 2014-05-24 17:11:10 UTC
Hello,

Alright so I am trying to figure out to display the accessmask for the api i put in

so in my google doc i have my key id and my vcode

then i have a link to the url

https://api.eveonline.com/account/APIKeyInfo.xml.aspx?keyID=XXX&vCode=XXX


that then displays a page that shows the account information along with expiration date and accessMask

when i try to pull the accessMask it doesnt work

=IMPORTXML("https://api.eveonline.com/account/APIKeyInfo.xml.aspx?keyID=XXX&&vCode=XXX","//key/@accessMask")

any help would be great thanks
jsmb
The Deuoi
Brute Force Solutions
#2 - 2014-05-24 18:04:05 UTC
alright so i posted this after spending hours on google, i spent a bit longer and changed what i searched and found the answer. below is the answer incase someone else has the same issue....


@accessmask (do not capital the M)

i feel silly now...