Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6372129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:11:43+00:00 2026-05-25T01:11:43+00:00

I have a Drupal Views 2 view that returns a number of fields for

  • 0

I have a Drupal Views 2 view that returns a number of fields for some nodes as JSON. I can view it in Chrome, and it has everything I expect.

When I download it on my Windows Phone 7 app, one field, “field_images_nid” is mysteriously missing from the response. What could have caused this? Does Drupal not send that field because of some user agent data on WP7’s WebClient?

        WebClient data = new WebClient();
        data.DownloadStringCompleted += new DownloadStringCompletedEventHandler(onComplete);
        data.DownloadStringAsync(new Uri(dataUri));

The field in question is a link to an image associated with the node. Views refers to it as “Content: Images Full Node”.

Update: I made a new test app that does nothing but make the request so I can view the result in a debugger:

public partial class MainPage : PhoneApplicationPage
{
    public MainPage()
    {
        InitializeComponent();

        Loaded += new RoutedEventHandler(MainPage_Loaded);
    }

    void MainPage_Loaded(object sender, RoutedEventArgs e)
    {
        WebClient client = new WebClient();
        client.DownloadStringCompleted += new DownloadStringCompletedEventHandler(client_DownloadStringCompleted);
        client.DownloadStringAsync(new Uri("http://path/to/service"));
    }

    void client_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)
    {
        string result = e.Result;
    }
}

I made a new view that does nothing but return “Title” and “Content: Images (full node)” for a given nid. I am able to observe the same incongruence between the Chrome and WP7 request.

Update 2: When I go to the views url in Chrome incognito, the field is not returned. Perhaps there is a permissions issue at work? I thought the field should be anonymously available.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:11:43+00:00Added an answer on May 25, 2026 at 1:11 am

    Turns out the problem was server side. When I was testing it in my browser, I was always logged in. Making the content type available anonymously solved the issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Views 2 view in Drupal that returns JSON. I'd like to
How I can Import a view to Drupal. I have an exported view that
I have a Drupal view that displays vacation leaves for a particular employee. I
I have a custom view that I set up in drupal. What I would
I have a Drupal 6 site where I've created a view that shows a
I'm using Drupal 6 with the Views module. I have a view with an
i am using the views 2 module. i have a view that gets a
A have a view created with Drupal's Views module, and have given it a
How do you add Search form to your Views in Drupal? Do I have
Drupal Question: Does anyone have a method of using Views and highlighting a selected/current

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.