Skip to content

Commit

Permalink
Merge pull request #38 from coronin/main
Browse files Browse the repository at this point in the history
Update aliplat.py
  • Loading branch information
yaronzz authored Jun 14, 2023
2 parents 62d3c2f + 7f8e47d commit 1ab4737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2a/aliplat.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def list(self, remotePath: str, nextMarker: str = None) -> List[FileAttr]:

try:
requests_data = {"drive_id": self.driveId, "parent_file_id": sid, 'marker': nextMarker, 'limit': 100}
requests_post = requests.post('https://api.aliyundrive.com/v2/file/list',
requests_post = requests.post('https://api.aliyundrive.com/adrive/v3/file/list',
data=json.dumps(requests_data),
headers=self.headers,
verify=False).json()
Expand Down

0 comments on commit 1ab4737

Please sign in to comment.