Skip to content

issues Search Results · repo:vgrem/Office365-REST-Python-Client language:Python

Filter by

807 results
 (66 ms)

807 results

invgrem/Office365-REST-Python-Client (press backspace or delete to remove)

Hi, the issue I m observing is the following: when performing authentication to SharePoint normally (see below for the code used for authentication), everything works fine. I m able to authenticate just ...
  • AlessandroZanatta
  • Opened 
    3 days ago
  • #950

I am trying to move a file but it seems to fail when the destination is very long: when I run: file.moveto( /sites/rainbowgis/Shared Documents/Commercial GIS Maps ,1).execute_query() It succeeds. This ...
question
  • RTreecare-1
  • 1
  • Opened 
    13 days ago
  • #949

Currently there appears to be no way to add the token query parameter to a sharepoint driveitem delta request. site.drive.root.delta my current workaround is to provide a custom query param like so: ...
question
  • mymro
  • Opened 
    14 days ago
  • #948

I am initializing an instance of ClientContext via the following: client_credentials = ClientCredential(sharepoint.client_id, sharepoint.client_secret ) context = ClientContext(sharepoint.site_url).with_credentials(self.client_credentials) ...
bug
  • Digital-Thought
  • Opened 
    27 days ago
  • #947

The population of MultiLookup values via the class FieldMultiLookupValue is not working in the most recent version. I am doing something wrong, also i tried the .executequery after the update and not working. ...
bug
  • lealcastillo1996
  • Opened 
    on Mar 1
  • #946

The population of MultiLookup values via the class FieldMultiLookupValue is not working in the most recent version. I am doing something wrong, also i tried the .executequery after the update and not working. ...
question
  • lealcastillo1996
  • Opened 
    on Mar 1
  • #945

I was working on a module for programmatically handling files from an onedrive folder and I get a weird JSON decode error specifically when downloading JSON files or in general attempting to get their ...
enhancement
question
  • anousias-k3y
  • Opened 
    on Feb 27
  • #944

As soon as a I update an URL column, the execute_batch() doesn t work. I can update all items individually. When I change e.g. only varchar column, then the execute_batch() works. this works: sptListItems ...
bug
  • rheckly
  • Opened 
    on Feb 20
  • #943

Hi, I m struggling to add existing site columns to content type. Code: ` field_target = ctx_dest.web.fields.get_by_internal_name_or_title(field.title).execute_query() print(f - Mapping Field: {field_target.internal_name} ...
bug
  • tuesdayMike
  • 1
  • Opened 
    on Feb 19
  • #942

Hi there, I m trying to achieve to following: read all site columns, content types, ct to field mappings from one (DEV) sharepoint site to another (PROD) site. But the first step to create the fields ...
question
  • tuesdayMike
  • 1
  • Opened 
    on Feb 19
  • #941
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub