SharePoint Mobile
4 TopicsIssues getting SharePoint List Image to my Mobile Image Preview
I am facing issues getting the SharePoint list image to my Mobile App on Image Preview. When I pass the Image URL as in the code below, I am getting a 401 error. I would appreciate, if anybody could suggest a solution for this issue. Image Url = "Tenant name/NewsImagesHF/allergens-banner_0.jpg"; async getImageUrl(url: any) { let options = this._apiHeader(); this._apiGetData(url, options); } async _apiGetData(apiURI: any, options: any) { return new Promise((resolve, reject) => { this._http.get(apiURI, options) .subscribe(res => { resolve(res.json()); console.log(res.json()); console.log(res); }, (err) => { reject(err); }); }); } _apiHeader() { let headers = new Headers(); headers.append('Authorization', 'Bearer ' + localStorage.getItem("token")); headers.append('Content-Type', 'application/json'); let options = new RequestOptions({ headers: headers }); return options; }1.3KViews1like0CommentsMicrosoft SharePoint Android offline capability
Hi, We (Chillibreeze) are a PowerPoint Design company based in Shillong, India and one of the ways we are using SharePoint is to store information like contacts from our field trips for Zizira (Zizira is a unit of Chillibreeze that deals with food products). On these field trips we often are in areas where there is no data connectivity, hence we have to manually enter the data when we come back to office. We also need to search for information from the SharePoint site during these filed trips. Based on my limited experience with the Android app of Microsoft SharePoint, we are not able to access the information offline or add new information. Is there any way we can access, edit and add information in SharePoint using the Android app of Microsoft SharePoint when in offline mode?3.4KViews1like3CommentsSharePoint Mobile, Office Graph Error -"We need Office Graph to show this"
Some of our android users seeing this error message on SharePoint mobile. "We need Office Graph to show this" It indicates that Office Graph is not on. We have uninstalled and re-installed the app several times but are consistently getting this error (of course it is our executives having the issues). This is only a subset of our Android users that see this. Any troubleshooting tips?898Views0likes0Comments