Issue getting data from Google Sheets API on Xcode
up vote
-1
down vote
favorite
I am trying to request data from a google sheet using Google Sheets API. I am able to put data onto the google sheets using a raspberry pi. I am unable to retrieve that data though through xcode. Attachment one is the response when I run the application. Attachment two is the code to request the google sheet data
enter image description here
enter image description here
google-sheets-api
add a comment |
up vote
-1
down vote
favorite
I am trying to request data from a google sheet using Google Sheets API. I am able to put data onto the google sheets using a raspberry pi. I am unable to retrieve that data though through xcode. Attachment one is the response when I run the application. Attachment two is the code to request the google sheet data
enter image description here
enter image description here
google-sheets-api
2
Please don't use screen shots to show code (and preferably not errors, either), since it makes it very difficult to read and duplicate your code. Can you update your question include how you are definingservice
? It also doesn't look like you're showing any errors related to this code - perhaps add additional debugging and show us that debugging result as well?
– Prisoner
Nov 19 at 23:27
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am trying to request data from a google sheet using Google Sheets API. I am able to put data onto the google sheets using a raspberry pi. I am unable to retrieve that data though through xcode. Attachment one is the response when I run the application. Attachment two is the code to request the google sheet data
enter image description here
enter image description here
google-sheets-api
I am trying to request data from a google sheet using Google Sheets API. I am able to put data onto the google sheets using a raspberry pi. I am unable to retrieve that data though through xcode. Attachment one is the response when I run the application. Attachment two is the code to request the google sheet data
enter image description here
enter image description here
google-sheets-api
google-sheets-api
asked Nov 19 at 23:21
xcodewarrior
1
1
2
Please don't use screen shots to show code (and preferably not errors, either), since it makes it very difficult to read and duplicate your code. Can you update your question include how you are definingservice
? It also doesn't look like you're showing any errors related to this code - perhaps add additional debugging and show us that debugging result as well?
– Prisoner
Nov 19 at 23:27
add a comment |
2
Please don't use screen shots to show code (and preferably not errors, either), since it makes it very difficult to read and duplicate your code. Can you update your question include how you are definingservice
? It also doesn't look like you're showing any errors related to this code - perhaps add additional debugging and show us that debugging result as well?
– Prisoner
Nov 19 at 23:27
2
2
Please don't use screen shots to show code (and preferably not errors, either), since it makes it very difficult to read and duplicate your code. Can you update your question include how you are defining
service
? It also doesn't look like you're showing any errors related to this code - perhaps add additional debugging and show us that debugging result as well?– Prisoner
Nov 19 at 23:27
Please don't use screen shots to show code (and preferably not errors, either), since it makes it very difficult to read and duplicate your code. Can you update your question include how you are defining
service
? It also doesn't look like you're showing any errors related to this code - perhaps add additional debugging and show us that debugging result as well?– Prisoner
Nov 19 at 23:27
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53384061%2fissue-getting-data-from-google-sheets-api-on-xcode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Please don't use screen shots to show code (and preferably not errors, either), since it makes it very difficult to read and duplicate your code. Can you update your question include how you are defining
service
? It also doesn't look like you're showing any errors related to this code - perhaps add additional debugging and show us that debugging result as well?– Prisoner
Nov 19 at 23:27