3vap

Results 5 comments of 3vap

I've entered the @microsoft.graph.downloadUrl into web browser and the file got downloaded. So it seems the problems is with the function: file_item.download_session( local_file, print_progress, chunk_size=1024 * 512 ).execute_query() It operates...

Using the single file approach: remote_file.download(local_file).execute_query() gives the same 400 error: office365.runtime.client_request_exception.ClientRequestException: ('BadRequest', "Resource not found for the segment '...'.", '400 Client Error: Bad Request for url: https://graph.microsoft.com/v1.0/shares/...

Here is the yaml code: spec: type: Spec connection_specification: type: object $schema: http://json-schema.org/draft-07/schema# required: - username properties: password: type: string order: 1 title: Password always_show: true airbyte_secret: true username: type:...

I also tried to experiment with pagination but this raises more questions: Why Airbyte is adding up + 2GB of RAM for data that is max 12MB (measured as plain...

I think this issue may be closed. So I found the reason was actually there is pagination but non-standard using odata next link which caused the troubles. In any case...